FLUJOS/BACK_BACK/node_modules/fast-glob/out/utils/array.d.ts
2025-11-07 00:06:12 +01:00

4 lines
153 B
TypeScript
Executable file

/**
* Flatten nested arrays (max depth is 2) into a non-nested array of non-array items.
*/
export declare function flatten<T>(items: T[][]): T[];