Eric Foster 35b96bc934 initial commit před 6 roky
..
index.js initial commit před 6 roky
license initial commit před 6 roky
package.json initial commit před 6 roky
readme.md initial commit před 6 roky

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