class GzipStream
extends EventEmitter
import { GzipStream } from "https://deno.land/x/compress@v0.4.1/gzip/gzip_stream.ts";
Methods
compress(src: string, dest: string): Promise<void>
uncompress(src: string, dest: string): Promise<void>
import { GzipStream } from "https://deno.land/x/compress@v0.4.1/gzip/gzip_stream.ts";