Denis 346b78aee1 first commit 2 rokov pred
..
index.js 346b78aee1 first commit 2 rokov pred
license 346b78aee1 first commit 2 rokov pred
package.json 346b78aee1 first commit 2 rokov pred
readme.md 346b78aee1 first commit 2 rokov pred

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