score + filter

This commit is contained in:
2023-10-02 19:38:46 +02:00
parent 66f88ef1b1
commit 7d33b77410
5 changed files with 56 additions and 7 deletions

View File

@@ -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
});