Bachir Soussi Chiadmi cefd1c2ad0 updated sys and created publi %!s(int64=6) %!d(string=hai) anos
..
index.js cefd1c2ad0 updated sys and created publi %!s(int64=6) %!d(string=hai) anos
license cefd1c2ad0 updated sys and created publi %!s(int64=6) %!d(string=hai) anos
package.json cefd1c2ad0 updated sys and created publi %!s(int64=6) %!d(string=hai) anos
readme.md cefd1c2ad0 updated sys and created publi %!s(int64=6) %!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