|
лет назад: 5 | |
---|---|---|
.. | ||
index.js | лет назад: 5 | |
license | лет назад: 5 | |
package.json | лет назад: 5 | |
readme.md | лет назад: 5 |
ES6
Number.isNaN()
ponyfillPonyfill: A polyfill that doesn't overwrite the native method
$ npm install --save number-is-nan
var numberIsNan = require('number-is-nan');
numberIsNan(NaN);
//=> true
numberIsNan('unicorn');
//=> false
MIT © Sindre Sorhus