mirror of
https://github.com/LukeHagar/arbiter.git
synced 2025-12-06 04:19:14 +00:00
6 lines
90 B
TypeScript
6 lines
90 B
TypeScript
declare module 'emoji-regex' {
|
|
function emojiRegex(): RegExp;
|
|
|
|
export = emojiRegex;
|
|
}
|