score + filter
This commit is contained in:
@@ -7,4 +7,8 @@ export const formatIsk = (value: number | bigint) => iskFormater.format(value) +
|
||||
export const percentFormater = new Intl.NumberFormat("en-US", {
|
||||
style: "percent",
|
||||
minimumFractionDigits: 0
|
||||
});
|
||||
|
||||
export const twoDigitFormater = new Intl.NumberFormat("en-US", {
|
||||
maximumFractionDigits: 2
|
||||
});
|
||||
Reference in New Issue
Block a user