function createInflateRaw Usageimport { createInflateRaw } from "node:zlib"; createInflateRaw(options?: ZlibOptions): InflateRaw Creates and returns a new InflateRaw object. Creates and returns a new InflateRaw object. Parameters optional options: ZlibOptions Return Type InflateRaw