Skip to main content
Module

x/plug/deps.ts

πŸ”Œ Deno plugin management library
Go to Latest
File
export { resolve, join, extname,} from "https://deno.land/std@0.69.0/path/mod.ts";
export { exists, ensureDir,} from "https://deno.land/std@0.69.0/fs/mod.ts";
export { createHash } from "https://deno.land/std@0.69.0/hash/mod.ts";
export { Cache } from "https://deno.land/x/cache@0.2.0/mod.ts";