APPLE 025c69e553 wesmiler 点什么广告 hace 3 años
..
index.js 025c69e553 wesmiler 点什么广告 hace 3 años
license 025c69e553 wesmiler 点什么广告 hace 3 años
package.json 025c69e553 wesmiler 点什么广告 hace 3 años
readme.md 025c69e553 wesmiler 点什么广告 hace 3 años

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