You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 lines
447 B

!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?module.exports=n():"function"==typeof define&&define.amd?define(n):e.numerifyPercent=n()}(this,function(){"use strict";return{regexp:/%/,format:function(e,n,t,o){var i=~n.indexOf(" %")?" ":"",r=void 0;return o.options.scalePercentBy100&&(e*=100),n=n.replace(/\s?%/,""),~(r=o._numberToFormat(e,n,t)).indexOf(")")?((r=r.split("")).splice(-1,0,i+"%"),r=r.join("")):r=r+i+"%",r}}});