swc/bundler/tests/.cache/deno/3b80dd060ca4799261d4df47cbc37a7a5a67581d.ts
강동윤 f8aa0509ce
fix(bundler): Fix stack overflow (#2080)
swc_bundler:
 - Prevent infinite recursions. (#1963)
2021-08-15 02:37:31 +00: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";