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

Usage in Deno

import { createDeflate } from "node:zlib";
createDeflate(options?: ZlibOptions): Deflate

Creates and returns a new Deflate object.

Parameters

optional
options: ZlibOptions

Return Type