Skip to main content
CompressCallback - zlib - Node documentation
type alias CompressCallback

Usage in Deno

import { type CompressCallback } from "node:zlib";

Definition

(
error: Error | null,
result: Buffer,
) => void