Zhouyiping 5a7c95461a first commit il y a 3 jours
..
index.js 5a7c95461a first commit il y a 3 jours
license 5a7c95461a first commit il y a 3 jours
package.json 5a7c95461a first commit il y a 3 jours
readme.md 5a7c95461a first commit il y a 3 jours

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