import { deflate } from "https://deno.land/x/compress@v0.5.0/zlib/mod.ts";
Compresses the input data using deflate algorithm.
Parameters
optional
options: DeflateOptions = [UNSUPPORTED]- Options for the deflate operation.
import { deflate } from "https://deno.land/x/compress@v0.5.0/zlib/mod.ts";
Compresses the input data using deflate algorithm.