3 lines
73 B

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