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

Usage in Deno

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

Parameters

Return Type

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

Parameters

Return Type

void