pinafore/src/routes/_utils/emojiRegex.js

5 lines
129 B
JavaScript

import emojiRegex from 'emoji-regex/es2015/text'
import { thunk } from './thunk'
export const getEmojiRegex = thunk(emojiRegex)