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