Sin Descripción

FFIB: 11e3a9652a first %!s(int64=7) %!d(string=hace) años
..
index.js 11e3a9652a first %!s(int64=7) %!d(string=hace) años
license 11e3a9652a first %!s(int64=7) %!d(string=hace) años
package.json 11e3a9652a first %!s(int64=7) %!d(string=hace) años
readme.md 11e3a9652a first %!s(int64=7) %!d(string=hace) años

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