Skip to main content
Module

x/proc/mod3.ts>gunzip

A better way to work with processes in Deno.
Go to Latest
function gunzip
import { gunzip } from "https://deno.land/x/proc@0.21.5/mod3.ts";

Decompress a gzip compressed stream.

Parameters

chunks: AsyncIterable<Uint8Array>

Returns

AsyncIterable<Uint8Array>