Refactor scripts
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
export function bytesHumanReadable(fileSize: number): string {
|
||||
export default function bytesHumanReadable(fileSize: number): string {
|
||||
let unit = "bytes"
|
||||
|
||||
if(fileSize >= 1024) {
|
||||
|
Reference in New Issue
Block a user