Eric Foster 35b96bc934 initial commit 6 年前
..
index.js initial commit 6 年前
license initial commit 6 年前
package.json initial commit 6 年前
readme.md initial commit 6 年前

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