Skip to main content
Module

x/cache/deps.ts

🥌 Deno cache library
Very Popular
Go to Latest
File
export { resolve, join, extname, dirname, fromFileUrl,} from "https://deno.land/std@0.61.0/path/mod.ts";
export { exists, ensureDir,} from "https://deno.land/std@0.61.0/fs/mod.ts";
export { createHash } from "https://deno.land/std@0.61.0/hash/mod.ts";