jack e1a2621c78 update há 2 anos atrás
..
index.js e1a2621c78 update há 2 anos atrás
license e1a2621c78 update há 2 anos atrás
package.json e1a2621c78 update há 2 anos atrás
readme.md e1a2621c78 update há 2 anos atrás

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