Files
chuanggao-website/client/node_modules/element-plus/es/utils/i18n.d.ts

7 lines
216 B
TypeScript
Raw Normal View History

2026-05-12 16:53:18 +08:00
//#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 };