Files
training-system/training/codes/training-system-frontend/node_modules/element-plus/lib/utils/i18n.d.ts
2026-05-12 13:01:04 +08:00

7 lines
216 B
TypeScript

//#region ../../packages/utils/i18n.d.ts
/**
* @deprecated This function is deprecated and will be removed in future versions.
*/
declare const isKorean: (text: string) => boolean;
//#endregion
export { isKorean };