FbrotliCompressSync
Bun

function

zlib.brotliCompressSync

buf: InputType,
options?: BrotliOptions
): NonSharedBuffer;

Compress a chunk of data with BrotliCompress.

Referenced types

type InputType = string | ArrayBuffer | NodeJS.ArrayBufferView

interface BrotliOptions