swc/crates/swc_bundler/tests/.cache/deno/3b80dd060ca4799261d4df47cbc37a7a5a67581d.ts
2021-11-09 20:42:49 +09:00

7 lines
209 B
TypeScript

// Loaded from https://deno.land/x/compress@v0.3.8/gzip/mod.ts
export { gzip, gunzip } from "./gzip.ts";
export { GzipStream } from "./gzip_stream.ts";
export { gzipFile, gunzipFile } from "./gzip_file.ts";