mirror of
https://scm.univ-tours.fr/22107988t/rappaurio-sae501_502.git
synced 2025-09-16 22:55:01 +02:00
6 lines
100 B
TypeScript
6 lines
100 B
TypeScript
declare module 'emoji-regex/RGI_Emoji' {
|
|
function emojiRegex(): RegExp;
|
|
|
|
export = emojiRegex;
|
|
}
|