Skip to main content
function createGzip
createGzip(options?: ZlibOptions): Gzip
Deprecated

Creates and returns a new Gzip object. See example.

Parameters

optional
options: ZlibOptions

Return Type

Back to top