WIP - add extractor, generate snippet_data
This commit is contained in:
4
node_modules/fast-glob/out/utils/array.d.ts
generated
vendored
Normal file
4
node_modules/fast-glob/out/utils/array.d.ts
generated
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Flatten nested arrays (max depth is 2) into a non-nested array of non-array items.
|
||||
*/
|
||||
export declare function flatten<T>(items: T[][]): T[];
|
||||
Reference in New Issue
Block a user