黄何裕
2024-07-16 bfb10b42c5fb6bc9f751f88f9351bfc19c6380a4
1
2
3
export const formatNumber = (value) => {
  return new Intl.NumberFormat('en-US').format(value);
}