Files
red_de_investigacion_front/node_modules/fast-glob/out/utils/array.d.ts
T

5 lines
153 B
TypeScript
Raw Normal View History

2020-01-14 20:43:08 -06:00
/**
* Flatten nested arrays (max depth is 2) into a non-nested array of non-array items.
*/
export declare function flatten<T>(items: T[][]): T[];