@types/number-is-nan
Version:
TypeScript definitions for number-is-nan
23 lines (16 loc) • 773 B
Markdown
# Installation
> `npm install --save @types/number-is-nan`
# Summary
This package contains type definitions for number-is-nan (https://github.com/sindresorhus/number-is-nan#readme).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/number-is-nan.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/number-is-nan/index.d.ts)
````ts
declare function numberIsNan(value?: unknown): boolean;
export = numberIsNan;
````
### Additional Details
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT
* Dependencies: none
# Credits
These definitions were written by [Mohamed Hegazy](https://github.com/mhegazy), and [Piotr Błażejewicz](https://github.com/peterblazejewicz).