
BREAKING CHANGE: Node v12.20+, v14.14+, or v16.0+ is required * fix!: remove esm package, use native Node ES modules * fix: fix some CJS imports
4 lines
135 B
JavaScript
4 lines
135 B
JavaScript
import emojiRegex from 'emoji-regex/es2015/text.js'
|
|
import { thunk } from './thunk.js'
|
|
|
|
export const getEmojiRegex = thunk(emojiRegex)
|