1
This commit is contained in:
13
20220330_Vote/Ewide.Web.Entry/wwwroot/lib/xe-utils/unzip.d.ts
vendored
Normal file
13
20220330_Vote/Ewide.Web.Entry/wwwroot/lib/xe-utils/unzip.d.ts
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* 与 zip 相反
|
||||
* @param arrays 数组
|
||||
*/
|
||||
export declare function unzip(arrays: any[]): any[];
|
||||
|
||||
declare module './ctor' {
|
||||
interface XEUtilsMethods {
|
||||
unzip: typeof unzip;
|
||||
}
|
||||
}
|
||||
|
||||
export default unzip
|
||||
Reference in New Issue
Block a user