import * as compress from "https://deno.land/x/compress@v0.5.0/deflate/mod.ts";
Functions
Compresses the input data using the DEFLATE algorithm. | |
Decompresses a raw Uint8Array data. |
import * as compress from "https://deno.land/x/compress@v0.5.0/deflate/mod.ts";
Compresses the input data using the DEFLATE algorithm. | |
Decompresses a raw Uint8Array data. |