createGzip - Node documentation
function createGzip

Usage

import { createGzip } from "node:zlib";

Creates and returns a new Gzip object. See example.

Parameters

optional
options: ZlibOptions

Return Type