"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function r(t){if(Number(t)<=0)return"0 B";const o=["B","KB","MB","GB","TB"],e=Math.floor(Math.log(t)/Math.log(1024));return(t/Math.pow(1024,e)).toFixed(2)+" "+o[e]}exports.getFileSizeStr=r;