2 lines
78 B
TypeScript
2 lines
78 B
TypeScript
export const numFormatter = Intl.NumberFormat('en', { notation: 'compact' });
|
export const numFormatter = Intl.NumberFormat('en', { notation: 'compact' });
|