@types/gunzip-maybe
Version:
TypeScript definitions for gunzip-maybe
27 lines (18 loc) • 811 B
Markdown
# Installation
> `npm install --save @types/gunzip-maybe`
# Summary
This package contains type definitions for gunzip-maybe (https://github.com/mafintosh/gunzip-maybe).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gunzip-maybe.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gunzip-maybe/index.d.ts)
````ts
/// <reference types="node" />
import stream = require("stream");
declare function gunzip(maxRecursion?: number): stream.Transform;
export = gunzip;
````
### Additional Details
* Last updated: Fri, 24 Oct 2025 04:02:41 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
# Credits
These definitions were written by [Thomas Hobson](https://github.com/hexf).