import { DenoDir } from "https://deno.land/x/deno_cache@0.5.2/deno_dir.ts";
Constructors
new
DenoDir(root?: string | URL)Methods
createHttpCache(options?: { vendorRoot?: string | URL; readOnly?: boolean; }): HttpCache
Static Methods
tryResolveRootPath(root: string | URL | undefined): string | undefined