a123456789 bff0ff0e1f products před 3 roky
..
index.js bff0ff0e1f products před 3 roky
license bff0ff0e1f products před 3 roky
package.json bff0ff0e1f products před 3 roky
readme.md bff0ff0e1f products před 3 roky

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