This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
chengnan
/
s202226701001
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
c2a2f69537
Ramas
Etiquetas
LMF
master
pt
yt
s202226701001
/
tailor-app
/
node_modules
/
emoji-regex
/
text.d.ts
text.d.ts
95 B
Histórico
Raw
1
2
3
4
5
declare module 'emoji-regex/text' {
function emojiRegex(): RegExp;
export = emojiRegex;
}