stdproject/frontend/node_modules/element-plus/es/utils/i18n.mjs
2025-05-30 13:43:31 +08:00

5 lines
131 B
JavaScript

const isKorean = (text) => /([\uAC00-\uD7AF\u3130-\u318F])+/gi.test(text);
export { isKorean };
//# sourceMappingURL=i18n.mjs.map