fuliqi
2024-10-15 0e944bfc16136c0a749fc6022e0dfc7f2b4af010
1
2
3
export const formatNumber = (value) => {
  return new Intl.NumberFormat('en-US').format(value);
}