mirror of
https://gitee.com/dcloud/uni-preset-vue
synced 2026-05-29 00:00:06 +08:00
add node_modules
This commit is contained in:
+4
@@ -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