UNPKG

303 BTypeScriptView Raw
1// Type definitions for is-finite 1.0
2// Project: https://github.com/sindresorhus/is-finite#readme
3// Definitions by: Mohamed Hegazy <https://github.com/mhegazy>
4// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
6export = is_finite;
7declare function is_finite(p0: any): boolean;