@types/compressible
Version:
TypeScript definitions for compressible
23 lines (16 loc) • 771 B
Markdown
# Installation
> `npm install --save @types/compressible`
# Summary
This package contains type definitions for compressible (https://github.com/jshttp/compressible#readme).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/compressible.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/compressible/index.d.ts)
````ts
export = compressible;
declare function compressible(type: string): boolean | undefined;
````
### Additional Details
* Last updated: Sat, 07 Jun 2025 02:15:25 GMT
* Dependencies: none
# Credits
These definitions were written by [BendingBender](https://github.com/BendingBender), and [Sebastian Beltran](https://github.com/bjohansebas).