Skip to main content
Module

x/dir/mod.ts>DirKind

Returns the user and platform specific directories
Go to Latest
type alias DirKind
import { type DirKind } from "https://deno.land/x/dir@1.5.1/mod.ts";
definition:
| "home"
| "cache"
| "config"
| "data"
| "data_local"
| "download"
| "tmp"