huituanxueqian 7740728225 commit 1 rok temu
..
index.js 7740728225 commit 1 rok temu
license 7740728225 commit 1 rok temu
package.json 7740728225 commit 1 rok temu
readme.md 7740728225 commit 1 rok temu

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