union.d.ts 70 B

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