1
This commit is contained in:
13
20220330_Vote/Ewide.Web.Entry/wwwroot/lib/xe-utils/serialize.d.ts
vendored
Normal file
13
20220330_Vote/Ewide.Web.Entry/wwwroot/lib/xe-utils/serialize.d.ts
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* 序列化查询参数
|
||||
* @param query 查询参数
|
||||
*/
|
||||
export declare function serialize(query: any): string;
|
||||
|
||||
declare module './ctor' {
|
||||
interface XEUtilsMethods {
|
||||
serialize: typeof serialize;
|
||||
}
|
||||
}
|
||||
|
||||
export default serialize
|
||||
Reference in New Issue
Block a user