Skip to main content
ZlibParams - zlib - Node documentation
interface ZlibParams

Usage in Deno

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

Methods

params(
level: number,
strategy: number,
callback: () => void,
): void