Installation
npm install --save @types/is-gzip
Summary
This package contains type definitions for is-gzip (https://github.com/kevva/is-gzip#readme).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-gzip.
index.d.ts
export = is_gzip;
declare function is_gzip(buf: Buffer | Uint8Array): boolean;
Additional Details
- Last updated: Tue, 07 Nov 2023 03:09:37 GMT
- Dependencies: none
Credits
These definitions were written by Kit Peters.