| 4 | import { t } from 'utils'; |
| 5 | |
| 6 | export const emojifyText = text => { |
| 7 | return emoji.emojify(text); |
| 8 | }; |
| 9 | |
| 10 | export const abbreviateNumber = count => { |
| 11 | const thousandUnit = t('_thousandsAbbreviation', I18n.locale); |
no outgoing calls
no test coverage detected