kevin tessier 5f00dd9b15 first commit il y a 6 ans
..
index.js 5f00dd9b15 first commit il y a 6 ans
license 5f00dd9b15 first commit il y a 6 ans
package.json 5f00dd9b15 first commit il y a 6 ans
readme.md 5f00dd9b15 first commit il y a 6 ans

readme.md

number-is-nan Build Status

ES2015 Number.isNaN() ponyfill

Install

$ npm install --save number-is-nan

Usage

var numberIsNan = require('number-is-nan');

numberIsNan(NaN);
//=> true

numberIsNan('unicorn');
//=> false

License

MIT © Sindre Sorhus