intersect.d.ts 78 B

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