export const formatNumber = (value: number): string => value.toLocaleString();