Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/compress/gzip/gzip.ts>gzip

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

Parameters

bytes: Uint8Array
optional
options: Options = [UNSUPPORTED]

Returns

Uint8Array