Eric Foster 35b96bc934 initial commit | пре 6 година | |
---|---|---|
.. | ||
index.js | пре 6 година | |
license | пре 6 година | |
package.json | пре 6 година | |
readme.md | пре 6 година |
ES2015
Number.isNaN()
ponyfill
$ npm install --save number-is-nan
var numberIsNan = require('number-is-nan');
numberIsNan(NaN);
//=> true
numberIsNan('unicorn');
//=> false
MIT © Sindre Sorhus