functionzlib.brotliCompressSyncfunction brotliCompressSync(buf: InputType,options?: BrotliOptions): NonSharedBuffer;Compress a chunk of data with BrotliCompress.Referenced typestype InputType = string | ArrayBuffer | NodeJS.ArrayBufferViewinterface BrotliOptionschunkSize?: numberfinishFlush?: numberflush?: numberinfo?: booleanIf true, returns an object with buffer and engine.maxOutputLength?: numberLimits output size when using convenience methods.params?: { __index[key: number]: number | boolean;Each key is a constants.BROTLI_* constant. }