Number display formatting (#1556)
* number display formatting * - add tests
This commit is contained in:
3
front/src/utils/format/number.ts
Normal file
3
front/src/utils/format/number.ts
Normal file
@ -0,0 +1,3 @@
|
||||
export function formatNumber(value: number): string {
|
||||
return value.toLocaleString();
|
||||
}
|
||||
Reference in New Issue
Block a user