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