Eric Foster 35b96bc934 initial commit | před 6 roky | |
---|---|---|
.. | ||
index.js | před 6 roky | |
license | před 6 roky | |
package.json | před 6 roky | |
readme.md | před 6 roky |
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