智慧水务管理系统 - 精河县供水工程综合管理平台

i18n.mjs 271B

123456789
  1. //#region ../../packages/utils/i18n.ts
  2. /**
  3. * @deprecated This function is deprecated and will be removed in future versions.
  4. */
  5. const isKorean = (text) => /([\uAC00-\uD7AF\u3130-\u318F])+/gi.test(text);
  6. //#endregion
  7. export { isKorean };
  8. //# sourceMappingURL=i18n.mjs.map