mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-24 21:19:07 +01:00
5 lines
161 B
TypeScript
5 lines
161 B
TypeScript
import twemoji from 'twemoji-parser/dist/lib/regex.js';
|
|
const twemojiRegex = twemoji.default;
|
|
|
|
export const emojiRegex = new RegExp(`(${twemojiRegex.source})`);
|