import * as compress from "https://deno.land/x/compress@v0.5.0/zlib/mod.ts";
Functions
Compresses the input data using deflate algorithm. | |
Compresses the input data using raw deflate algorithm. | |
f gzip | Compresses the input data using gzip format. |
Inflates the input data with the given options. | |
Inflates raw compressed data with the given options. |
Interfaces
Options for the Deflate class. | |
Options for the Inflate class. |