Skip to content

Commit

Permalink
Merge pull request #177 from gurpreetbaidwan/symbol-option-type-fix
Browse files Browse the repository at this point in the history
Symbol option type fix
  • Loading branch information
avoidwork committed Oct 3, 2023
2 parents 7a61c30 + 8bd482b commit f895fb4
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 f895fb4

Please sign in to comment.