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

Usage in Deno

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

Parameters

Return Type

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

Parameters

Return Type

void