Guest User

Untitled

a guest
Jul 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. export const emojiMap: { [key: string]: string } = {
  2. '💯': '100',
  3. '🔢': '1234',
  4. '😀': 'grinning',
  5. '😬': 'grimacing',
  6. '😁': 'grin',
  7. '😂': 'joy',
  8. // ...
  9. };
Add Comment
Please, Sign In to add comment