Skip to main content
createGzip - Node documentation
function createGzip
createGzip(options?: ZlibOptions): Gzip

Creates and returns a new Gzip object. See example.

Parameters

optional
options: ZlibOptions

Return Type

Back to top