a123456789 bff0ff0e1f products 2 years ago
..
index.js bff0ff0e1f products 2 years ago
license bff0ff0e1f products 2 years ago
package.json bff0ff0e1f products 2 years ago
readme.md bff0ff0e1f products 2 years ago

readme.md

number-is-nan Build Status

ES6 Number.isNaN() ponyfill

Ponyfill: A polyfill that doesn't overwrite the native method

Install

$ npm install --save number-is-nan

Usage

var numberIsNan = require('number-is-nan');

numberIsNan(NaN);
//=> true

numberIsNan('unicorn');
//=> false

License

MIT © Sindre Sorhus