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

Usage in Deno

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

Parameters

Return Type

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

Parameters

Return Type

void