fuliqi
2024-12-05 8d2730f04572c2b119af320cbe9d53a2358bda11
1
2
3
export const formatNumber = (value) => {
  return new Intl.NumberFormat('en-US').format(value);
}