MCPcopy Index your code
hub / github.com/gitpoint/git-point / emojifyText

Function emojifyText

src/utils/text-helper.js:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected