intersect.d.ts 78 B

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