@types/gunzip-maybe
TypeScript icon, indicating that this package has built-in type declarations

1.4.2 • Public • Published

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

/// <reference types="node" />

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

Credits

These definitions were written by Thomas Hobson.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @types/gunzip-maybe

    Weekly Downloads

    20,277

    Version

    1.4.2

    License

    MIT

    Unpacked Size

    2.93 kB

    Total Files

    5

    Last publish

    Collaborators

    • types