zip.d.ts 73 B

123
  1. declare function zip(...arr: Array<any[]>): Array<any[]>;
  2. export = zip;