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