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.
Go to Latest
function gunzip
import { gunzip } from "https://deno.land/x/proc@0.20.28/mod3.ts";

Decompress a gzip compressed stream.

Parameters

chunks: AsyncIterable<Uint8Array>

Returns

AsyncIterable<Uint8Array>