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

Usage in Deno

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

Limits output size when using convenience methods.

Type

number | undefined