concat.d.ts 73 B

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