Skip to main content
Module

x/proc/mod3.ts>gunzip

A high-level way to run child processes that is easy, flexible, powerful, and prevents resource leaks.
Very Popular
Go to Latest
function gunzip
import { gunzip } from "https://deno.land/x/proc@0.20.23/mod3.ts";

Decompress a gzip compressed stream.

Returns

(chunks: AsyncIterable<Uint8Array>) => AsyncIterable<Uint8Array>

A transformer.