芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/public_html/node_modules/fast-glob/out/utils/array.d.ts
export declare function flatten
(items: T[][]): T[]; export declare function splitWhen
(items: T[], predicate: (item: T) => boolean): T[][];