mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
8 lines
296 B
TypeScript
8 lines
296 B
TypeScript
// Type definitions for is-finite 1.0
|
|
// Project: https://github.com/sindresorhus/is-finite#readme
|
|
// Definitions by: Mohamed Hegazy <https://github.com/mhegazy>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
export = is_finite;
|
|
declare function is_finite(p0: any): boolean;
|