Function: humanReadableFileSize()
humanReadableFileSize(
size):string
Defined in: src/common/web/utils/Strings.ts:28
Converts a file size (in bytes) to a human-readable form.
Parameters
size
number
The file size in bytes.
Returns
string
- A string representation of the size.