Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/dir/mod.ts>DirKind

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