i18n.mjs 131 B

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