4 lines
129 B
JavaScript
4 lines
129 B
JavaScript
import emojiRegex from 'emoji-regex/es2015/text'
|
|
import { thunk } from './thunk'
|
|
|
|
export const getEmojiRegex = thunk(emojiRegex)
|