3 lines
64 B

declare function flatten(arr: any[]): any[];
export = flatten;