function brotliDecompressSync Usageimport { brotliDecompressSync } from "node:zlib"; brotliDecompressSync(buf: InputType, options?: BrotliOptions): Buffer Decompress a chunk of data with BrotliDecompress. Decompress a chunk of data with BrotliDecompress. Parameters buf: InputType optional options: BrotliOptions Return Type Buffer