flatten.d.ts 73 Bytes Raw Blame History Permalink 1 2 declare function flatten<T>(matrix: T[][]): T[]; export default flatten;