UNPKG

@types/is-finite

Version:
22 lines (16 loc) 676 B
# Installation > `npm install --save @types/is-finite` # Summary This package contains type definitions for is-finite (https://github.com/sindresorhus/is-finite#readme). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-finite. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-finite/index.d.ts) ````ts export = is_finite; declare function is_finite(p0: any): boolean; ```` ### Additional Details * Last updated: Tue, 07 Nov 2023 03:09:37 GMT * Dependencies: none # Credits These definitions were written by [Mohamed Hegazy](https://github.com/mhegazy).