!function(f){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=f();else if("function"==typeof define&&define.amd)define([],f);else{("undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this).returnExports=f()}}(function(){return function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a="function"==typeof require&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n||e)},l,l.exports,e,t,n,r)}return n[o].exports}for(var i="function"==typeof require&&require,o=0;o * @copyright Xotic750 * @license {@link MIT} * @module is-finite-x */ "use strict";var numberIsNaN=_dereq_("is-nan-x"),INFINITY=_dereq_("infinity-x");module.exports=function isFinite(number){return"number"==typeof number&&!1===numberIsNaN(number)&&number!==INFINITY&&number!==-INFINITY}},{"infinity-x":2,"is-nan-x":3}],2:[function(_dereq_,module,exports){/** * @file The constant value Infinity. * @version 1.0.0 * @author Xotic750 * @copyright Xotic750 * @license {@link MIT} * @module infinity-x */ "use strict";module.exports=1/0},{}],3:[function(_dereq_,module,exports){/** * @file ES6-compliant shim for Number.isNaN - the global isNaN returns false positives. * @version 1.0.1 * @author Xotic750 * @copyright Xotic750 * @license {@link MIT} * @module is-nan-x */ "use strict";module.exports=function isNaN(value){return value!==value}},{}]},{},[1])(1)});