Skip to main content
createGunzip - zlib - Node documentation
function createGunzip

Usage in Deno

import { createGunzip } from "node:zlib";
createGunzip(options?: ZlibOptions): Gunzip

Creates and returns a new Gunzip object.

Parameters

optional
options: ZlibOptions

Return Type