i18n.js 352 B

1234567891011
  1. Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
  2. //#region ../../packages/utils/i18n.ts
  3. /**
  4. * @deprecated This function is deprecated and will be removed in future versions.
  5. */
  6. const isKorean = (text) => /([\uAC00-\uD7AF\u3130-\u318F])+/gi.test(text);
  7. //#endregion
  8. exports.isKorean = isKorean;
  9. //# sourceMappingURL=i18n.js.map