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

x/proc/tools/deps/proc.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.9/tools/deps/proc.ts";

Decompress a gzip compressed stream.

Parameters

chunks: AsyncIterable<Uint8Array>

Returns

AsyncIterable<Uint8Array>