Skip to main content
Module

x/plug/deps.ts

πŸ”Œ Deno FFI helper module
Go to Latest
File
export { dirname, extname, fromFileUrl, isAbsolute, join, normalize, resolve, toFileUrl,} from "https://deno.land/std@0.176.0/path/mod.ts";export { ensureDir } from "https://deno.land/std@0.176.0/fs/mod.ts";export { encode as hex } from "https://deno.land/std@0.176.0/encoding/hex.ts";export { green } from "https://deno.land/std@0.176.0/fmt/colors.ts";