This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
AIGC
/
tools_auto_web
Tarkkaile
10
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Branch:
main
Branchit
Tagit
dev
main
tools_auto_web
/
node_modules
/
emoji-regex
/
text.d.ts
text.d.ts
95 B
Pysyvä linkki
Historia
Raaka
1
2
3
4
5
declare module 'emoji-regex/text' {
function emojiRegex(): RegExp;
export = emojiRegex;
}