unzip.d.ts 74 B

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