Skip to content

Commit

Permalink
- symbol option type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gbaidwan-iinkedSign committed Oct 2, 2023
1 parent effdc0d commit 8bd482b
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions types/filesize.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,7 @@ interface FileSizeOptionsBase {
separator?: string;
spacer?: string;
standard?: 'iec' | 'jedec';
symbols?: {
iec: {
bits: string[],
bytes: string[]
},
jedec: {
bits: string[],
bytes: string[]
}
};
symbols?: {};
}

interface FileSizeOptionsArray extends FileSizeOptionsBase {
Expand Down

0 comments on commit 8bd482b

Please sign in to comment.