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

1.1.3 • Public • Published

Installation

npm install --save @types/node-gzip

Summary

This package contains type definitions for node-gzip (https://github.com/Rebsos/node-gzip#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-gzip.

index.d.ts

// TypeScript Version: 2.1

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

import { InputType, ZlibOptions } from "zlib";

export function gzip(input: InputType, options?: ZlibOptions): Promise<Buffer>;
export function ungzip(input: InputType, options?: ZlibOptions): Promise<Buffer>;

Additional Details

  • Last updated: Tue, 07 Nov 2023 09:09:39 GMT
  • Dependencies: @types/node

Credits

These definitions were written by mike castleman.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/node-gzip

Weekly Downloads

38,566

Version

1.1.3

License

MIT

Unpacked Size

3.15 kB

Total Files

5

Last publish

Collaborators

  • types