Skip to main content
createInflate - zlib - Node documentation
function createInflate

Usage in Deno

import { createInflate } from "node:zlib";
createInflate(options?: ZlibOptions): Inflate

Creates and returns a new Inflate object.

Parameters

optional
options: ZlibOptions

Return Type