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

Usage in Deno

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

Compress a chunk of data with DeflateRaw.

Parameters

optional
options: ZlibOptions

Return Type

Buffer