UNPKG

ufiber

Version:

Next-gen webserver for node-js developer

5 lines 150 B
//#region src/utils/tools.d.ts type ByteUnit = 'B' | 'KB' | 'MB' | 'GB'; type ByteString = `${number}${ByteUnit}`; //#endregion export { ByteString };