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