robert2206 8ad867f7a5 commit inicial 8 anni fa
..
index.js 8ad867f7a5 commit inicial 8 anni fa
license 8ad867f7a5 commit inicial 8 anni fa
package.json 8ad867f7a5 commit inicial 8 anni fa
readme.md 8ad867f7a5 commit inicial 8 anni fa

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