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