concat.d.ts 73 B

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