UNPKG

773 BMarkdownView Raw
1# Installation
2> `npm install --save @types/number-is-nan`
3
4# Summary
5This package contains type definitions for number-is-nan (https://github.com/sindresorhus/number-is-nan#readme).
6
7# Details
8Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/number-is-nan.
9## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/number-is-nan/index.d.ts)
10````ts
11declare function numberIsNan(value?: unknown): boolean;
12
13export = numberIsNan;
14
15````
16
17### Additional Details
18 * Last updated: Tue, 07 Nov 2023 09:09:39 GMT
19 * Dependencies: none
20
21# Credits
22These definitions were written by [Mohamed Hegazy](https://github.com/mhegazy), and [Piotr Błażejewicz](https://github.com/peterblazejewicz).
23
\No newline at end of file