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

Usage in Deno

import { createInflateRaw } from "node:zlib";
createInflateRaw(options?: ZlibOptions): InflateRaw

Creates and returns a new InflateRaw object.

Parameters

optional
options: ZlibOptions

Return Type