Skip to main content
Module

x/compress/deps.ts

compress and uncompress for Deno
Go to Latest
File
export { Tar, Untar } from "https://deno.land/std@0.60.0/archive/tar.ts";export { ensureFile } from "https://deno.land/std@0.60.0/fs/ensure_file.ts";export { ensureDir } from "https://deno.land/std@0.60.0/fs/ensure_dir.ts";export { resolve, basename } from "https://deno.land/std@0.60.0/path/mod.ts";