File size: 111 Bytes
1e92f2d |
1 2 3 4 5 |
export const numberFormatter = Intl.NumberFormat("en", {
notation: "compact",
maximumFractionDigits: 1,
})
|
1e92f2d |
1 2 3 4 5 |
export const numberFormatter = Intl.NumberFormat("en", {
notation: "compact",
maximumFractionDigits: 1,
})
|