diff --git a/app/components/lib/filesize.ts b/app/components/lib/filesize.ts index 2c46d91..f47fde4 100644 --- a/app/components/lib/filesize.ts +++ b/app/components/lib/filesize.ts @@ -1,10 +1,5 @@ // Copied from https://github.com/hustcc/filesize.js -type SPEC = { - readonly radix: number; - readonly unit: string[]; -}; - const si = { radix: 1e3, unit: ["b", "kb", "Mb", "Gb", "Tb", "Pb", "Eb", "Zb", "Yb"],