mirror of
https://github.com/swc-project/swc.git
synced 2024-12-26 07:02:28 +03:00
7 lines
209 B
TypeScript
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";
|