Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/compress/gzip/mod.ts>gunzip

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

Decompresses a GZIP formatted byte array.

Parameters

bytes: Uint8Array
  • The byte array to decompress.

Returns

Uint8Array
  • The decompressed byte array.