File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Format the given value in bytes into a string. If the value is negative, it is k
4141| -------------------| --------| -----------------------------------------------------------------------------------------|
4242| decimalPlaces | ` number ` |` null ` | Maximum number of decimal places to include in output. Default value to ` 2 ` . |
4343| fixedDecimals | ` boolean ` |` null ` | Whether to always display the maximum number of decimal places. Default value to ` false ` |
44- | thousandsSeparator | ` string ` |` null ` | Example of values: ` ' ' ` , ` ',' ` and ` . ` ... Default value to ` '' ` . |
44+ | thousandsSeparator | ` string ` |` null ` | Example of values: ` ' ' ` , ` ',' ` and ` '.' ` ... Default value to ` '' ` . |
4545| unit | ` string ` |` null ` | The unit in which the result will be returned (B/KB/MB/GB/TB). Default value to ` '' ` (which means auto detect). |
4646| unitSeparator | ` string ` |` null ` | Separator to use between number and unit. Default value to ` '' ` . |
4747
You can’t perform that action at this time.
0 commit comments