1
This commit is contained in:
15
20220330_Vote/Ewide.Web.Entry/wwwroot/lib/xe-utils/zipObject.d.ts
vendored
Normal file
15
20220330_Vote/Ewide.Web.Entry/wwwroot/lib/xe-utils/zipObject.d.ts
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* 将每个数组中相应位置的值合并在一起
|
||||
* @param props 键数组
|
||||
* @param values 值数组
|
||||
* @example
|
||||
*/
|
||||
export declare function zipObject(props: any[], values: any[]): any;
|
||||
|
||||
declare module './ctor' {
|
||||
interface XEUtilsMethods {
|
||||
zipObject: typeof zipObject;
|
||||
}
|
||||
}
|
||||
|
||||
export default zipObject
|
||||
Reference in New Issue
Block a user