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