mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-06 19:23:07 +02:00
6 lines
90 B
TypeScript
6 lines
90 B
TypeScript
declare module 'emoji-regex' {
|
|
function emojiRegex(): RegExp;
|
|
|
|
export = emojiRegex;
|
|
}
|