huituanxueqian 7740728225 commit il y a 1 an
..
index.js 7740728225 commit il y a 1 an
license 7740728225 commit il y a 1 an
package.json 7740728225 commit il y a 1 an
readme.md 7740728225 commit il y a 1 an

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