UNPKG

714 BMarkdownView Raw
1# Installation
2> `npm install --save @types/compressible`
3
4# Summary
5This package contains type definitions for compressible (https://github.com/jshttp/compressible#readme).
6
7# Details
8Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/compressible.
9## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/compressible/index.d.ts)
10````ts
11export = compressible;
12
13declare function compressible(type: string): boolean | undefined;
14
15````
16
17### Additional Details
18 * Last updated: Mon, 06 Nov 2023 22:41:05 GMT
19 * Dependencies: none
20
21# Credits
22These definitions were written by [BendingBender](https://github.com/BendingBender).
23
\No newline at end of file