Skip to main content
ZlibOptions.maxOutputLength - zlib - Node documentation
property ZlibOptions.maxOutputLength

Usage in Deno

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

Limits output size when using convenience methods.

Type

number | undefined