UNPKG

@pit-front-end/utils

Version:

湖南创智艾泰克科技有限公司

2 lines (1 loc) 270 B
"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;