Files
minecraft-plugin-manager/frontend/webapp/node_modules/emoji-regex/text.d.ts
2025-04-13 00:18:57 +02:00

6 lines
95 B
TypeScript

declare module 'emoji-regex/text' {
function emojiRegex(): RegExp;
export = emojiRegex;
}