File size: 105 Bytes
22b729d
1
2
export function formatCount(value: number): string { return new Intl.NumberFormat("en").format(value); }