mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-26 17:36:28 -07:00
4 lines
161 B
TypeScript
4 lines
161 B
TypeScript
import twemoji from 'twemoji-parser/dist/lib/regex.js';
|
|
const twemojiRegex = twemoji.default;
|
|
|
|
export const emojiRegex = new RegExp(`(${twemojiRegex.source})`);
|