Skip to main content
Module

x/plug/deps.ts

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