property BrotliOptions.maxOutputLength
          
Usage in Deno
import { type BrotliOptions } from "node:zlib";
      
    
      
    Limits output size when using convenience methods.
number | undefined
      
    import { type BrotliOptions } from "node:zlib";
      
    
      
    Limits output size when using convenience methods.
number | undefined