Files
number_zj/20220330_Vote/Ewide.Web.Entry/wwwroot/lib/xe-utils/locat.d.ts
毛财君 197b38ca6f 1
2023-07-06 17:37:33 +08:00

15 lines
213 B
TypeScript

import { XEUrl } from './url'
/**
* 获取地址栏信息
*/
export declare function locat(): XEUrl;
declare module './ctor' {
interface XEUtilsMethods {
locat: typeof locat;
}
}
export default locat