Spaces:
Running
Running
| export function formatCount(value: number): string { return new Intl.NumberFormat("en").format(value); } | |
| export function formatCount(value: number): string { return new Intl.NumberFormat("en").format(value); } | |