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

Usage in Deno

import { inflateRaw } from "node:zlib";
inflateRaw(
buf: InputType,
callback: CompressCallback,
): void

Parameters

Return Type

void
inflateRaw(
buf: InputType,
options: ZlibOptions,
callback: CompressCallback,
): void

Parameters

Return Type

void