const formatter = Intl.NumberFormat('en', { notation: 'compact' }); export default formatter;