Skip to main content
function brotliCompressSync
brotliCompressSync(
buf: InputType,
options?: BrotliOptions,
): Buffer
Deprecated

Compress a chunk of data with BrotliCompress.

Parameters

optional
options: BrotliOptions

Return Type

Buffer
Back to top