This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
4dkankan
/
4dkankan-components
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
966c62e874
Ramas
Etiquetas
feature/docs
feautre/gemer
main
master
typoerror
4dkankan-com...
/
packages
/
utils
/
i18n.ts
i18n.ts
96 B
Histórico
Raw
1
2
export const isKorean = (text: string) =>
/([(\uAC00-\uD7AF)|(\u3130-\u318F)])+/gi.test(text)