Your IP : 216.73.216.79


Current Path : /var/www/html/mysis/node_modules/fast-glob/out/utils/
Upload File :
Current File : /var/www/html/mysis/node_modules/fast-glob/out/utils/array.d.ts

export declare function flatten<T>(items: T[][]): T[];
export declare function splitWhen<T>(items: T[], predicate: (item: T) => boolean): T[][];