swc/crates/swc_bundler/tests/.cache/deno/856dfd48e2ffba489c22ceaf2e04e6a37a9b7060.ts

25 lines
432 B
TypeScript
Raw Normal View History

// Loaded from https://deno.land/x/compress@v0.3.8/mod.ts
export * as tar from "./tar/mod.ts";
export * as tgz from "./tgz/mod.ts";
export {
gzipFile,
gunzipFile,
GzipStream,
/** slow */
// gzip,
// gunzip,
} from "./gzip/mod.ts";
/** slow */
// export { deflateRaw, inflateRaw } from "./deflate/mod.ts";
/** fast */
export {
deflate,
inflate,
deflateRaw,
inflateRaw,
gzip,
gunzip,
} from "./zlib/mod.ts";