# 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 /// import * as stream from "stream"; declare function gunzip(maxRecursion?: number): stream.Transform; export = gunzip; ```` ### Additional Details * Last updated: Tue, 07 Nov 2023 03:09:37 GMT * Dependencies: [@types/node](https://npmjs.com/package/@types/node) # Credits These definitions were written by [Thomas Hobson](https://github.com/hexf).