kiruthiga 55473b7e7c initial push 1 هفته پیش
..
index.js 55473b7e7c initial push 1 هفته پیش
license 55473b7e7c initial push 1 هفته پیش
package.json 55473b7e7c initial push 1 هفته پیش
readme.md 55473b7e7c initial push 1 هفته پیش

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