!function(e,i){"object"==typeof exports&&"undefined"!=typeof module?module.exports=i():"function"==typeof define&&define.amd?define(i):e.numerifyBytes=i()}(this,function(){"use strict";var e={base:1e3,suffixes:["B","KB","MB","GB","TB","PB","EB","ZB","YB"]},i={base:1024,suffixes:["B","KiB","MiB","GiB","TiB","PiB","EiB","ZiB","YiB"]};return{regexp:/[0\s]i?b/,format:function(f,n,t,s){var r=~n.indexOf("ib")?i:e,B=~n.indexOf(" b")||~n.indexOf(" ib")?" ":"";n=n.replace(/\s?i?b/,"");for(var o=0;o<=r.suffixes.length;o++){var u=Math.pow(r.base,o),a=Math.pow(r.base,o+1);if(null===f||0===f||f>=u&&f0&&(f/=u);break}}return s._numberToFormat(f,n,t)+B}}});