Eric Foster 35b96bc934 initial commit hace 6 años
..
index.js initial commit hace 6 años
license initial commit hace 6 años
package.json initial commit hace 6 años
readme.md initial commit hace 6 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