!function(e){e.fn.countup=function(t){if("function"!=typeof CountUp)return void console.error("countUp.js is a required dependency of countUp-jquery.js.");var n={startVal:0,decimals:0,duration:2};if("number"==typeof t)n.endVal=t;else{if("object"!=typeof t)return void console.error("countUp-jquery requires its argument to be either an object or number");e.extend(n,t)}return this.each(function(e,t){new CountUp(t,n.startVal,n.endVal,n.decimals,n.duration,n.options).start()}),this}}(jQuery);