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