a123456789 bff0ff0e1f products 3 年之前
..
index.js bff0ff0e1f products 3 年之前
license bff0ff0e1f products 3 年之前
package.json bff0ff0e1f products 3 年之前
readme.md bff0ff0e1f products 3 年之前

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