Bachir Soussi Chiadmi cefd1c2ad0 updated sys and created publi 6 gadi atpakaļ
..
index.js 0611418f7a added whole system from ola4doc 6 gadi atpakaļ
license 0611418f7a added whole system from ola4doc 6 gadi atpakaļ
package.json cefd1c2ad0 updated sys and created publi 6 gadi atpakaļ
readme.md 0611418f7a added whole system from ola4doc 6 gadi atpakaļ

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