function createDeflate Usage in Denoimport { createDeflate } from "node:zlib"; createDeflate(options?: ZlibOptions): Deflate Creates and returns a new Deflate object. Parameters optional options: ZlibOptions Return Type Deflate