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