UNPKG

325 BTypeScriptView Raw
1// Type definitions for compressible 2.0
2// Project: https://github.com/jshttp/compressible#readme
3// Definitions by: BendingBender <https://github.com/BendingBender>
4// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
6export = compressible;
7
8declare function compressible(type: string): boolean | undefined;