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

Usage in Deno

import { gunzipSync } from "node:zlib";
gunzipSync(
buf: InputType,
options?: ZlibOptions,
): Buffer

Decompress a chunk of data with Gunzip.

Parameters

optional
options: ZlibOptions

Return Type

Buffer