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