fix: remove unusued type

This commit is contained in:
Juan Di Toro 2024-03-27 07:02:53 +01:00
parent 4afa8f58b9
commit 7fec1f0543
1 changed files with 0 additions and 5 deletions

View File

@ -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"],