i18n.ts 96 B

12
  1. export const isKorean = (text: string) =>
  2. /([(\uAC00-\uD7AF)|(\u3130-\u318F)])+/gi.test(text)