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

Usage in Deno

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

Decompress a chunk of data with InflateRaw.

Parameters

optional
options: ZlibOptions

Return Type

Buffer