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.62.0/archive/tar.ts";export { ensureFile } from "https://deno.land/std@0.62.0/fs/ensure_file.ts";export { ensureDir } from "https://deno.land/std@0.62.0/fs/ensure_dir.ts";export { EventEmitter } from "https://deno.land/std@0.62.0/node/events.ts";export { crc32, Crc32Stream } from "https://deno.land/x/crc32@v0.2.0/mod.ts";export * as path from "https://deno.land/std@0.62.0/path/mod.ts";