robert2206 8ad867f7a5 commit inicial %!s(int64=8) %!d(string=hai) anos
..
index.js 8ad867f7a5 commit inicial %!s(int64=8) %!d(string=hai) anos
license 8ad867f7a5 commit inicial %!s(int64=8) %!d(string=hai) anos
package.json 8ad867f7a5 commit inicial %!s(int64=8) %!d(string=hai) anos
readme.md 8ad867f7a5 commit inicial %!s(int64=8) %!d(string=hai) anos

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