You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 line
396 B

{"version":3,"file":"isDef.mjs","sources":["../../../../packages/utils/isDef.ts"],"sourcesContent":["export function isKorean(text: string): boolean {\n const reg = /([(\\uAC00-\\uD7AF)|(\\u3130-\\u318F)])+/gi\n return reg.test(text)\n}\n"],"names":[],"mappings":"AAAO,SAAS,QAAQ,CAAC,IAAI,EAAE;AAC/B,EAAE,MAAM,GAAG,GAAG,wCAAwC,CAAC;AACvD,EAAE,OAAO,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;AACxB;;;;"}