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

x/denoflate/wasm/pkg/foras.d.ts>gzip

WebAssembly port of Rust's flate2, a Rust implementation of Deflate, Gzip, and Zlib compressions
Very Popular
Go to Latest
function gzip
import { gzip } from "https://deno.land/x/denoflate@2.0.3/wasm/pkg/foras.d.ts";

Parameters

input: Uint8Array
optional
compression: number

Returns

Uint8Array