FbrotliDecompressSync
Bun

function

zlib.brotliDecompressSync

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

Decompress a chunk of data with BrotliDecompress.

Referenced types

type InputType = string | ArrayBuffer | NodeJS.ArrayBufferView

interface BrotliOptions