mirror of
https://github.com/Dvorinka/ClubLogos.git
synced 2026-06-04 03:52:57 +00:00
6 lines
102 B
TypeScript
6 lines
102 B
TypeScript
declare module 'emoji-regex/es2015/text' {
|
|
function emojiRegex(): RegExp;
|
|
|
|
export = emojiRegex;
|
|
}
|