mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-12-07 23:23:50 +01:00
6 lines
95 B
TypeScript
6 lines
95 B
TypeScript
declare module 'emoji-regex/text' {
|
|
function emojiRegex(): RegExp;
|
|
|
|
export = emojiRegex;
|
|
}
|