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

6 lines
90 B
TypeScript

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