Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/compress/zlib/deflate.ts>deflate

compress and uncompress for Deno
Go to Latest
function deflate
import { deflate } from "https://deno.land/x/compress@v0.3.8/zlib/deflate.ts";

Parameters

input: Uint8Array
optional
options: DeflateOptions = [UNSUPPORTED]