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.157.0/path/mod.ts";export { ensureDir } from "https://deno.land/std@0.157.0/fs/mod.ts";export { encode as hex } from "https://deno.land/std@0.157.0/encoding/hex.ts";export * as colors from "https://deno.land/std@0.157.0/fmt/colors.ts";