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
495 B

{"ast":null,"code":"const isKorean = text => /([\\uAC00-\\uD7AF\\u3130-\\u318F])+/gi.test(text);\nexport { isKorean };","map":{"version":3,"names":["isKorean","text","test"],"sources":["../../../../packages/utils/i18n.ts"],"sourcesContent":["export const isKorean = (text: string) =>\n /([\\uAC00-\\uD7AF\\u3130-\\u318F])+/gi.test(text)\n"],"mappings":"AAAY,MAACA,QAAQ,GAAIC,IAAI,IAAK,mCAAmC,CAACC,IAAI,CAACD,IAAI","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}