function createInflateRaw
Usage in Deno
```typescript import { createInflateRaw } from "node:node__zlib.d.ts"; ```
createInflateRaw(options?: ZlibOptions): InflateRaw
Creates and returns a new `InflateRaw` object.
optional
options: ZlibOptions