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.61.0/archive/tar.ts";export { ensureFile } from "https://deno.land/std@0.61.0/fs/ensure_file.ts";export { ensureDir } from "https://deno.land/std@0.61.0/fs/ensure_dir.ts";export { resolve, basename } from "https://deno.land/std@0.61.0/path/mod.ts";export { EventEmitter } from "https://deno.land/std/node/events.ts";export { crc32, Crc32Stream,} from "https://raw.githubusercontent.com/deno-library/crc32/master/mod.ts";