Files
PeojectTWT/WordDictationStudentApp/node_modules/fast-glob/out/utils/array.d.ts
Tommmy 730a701deb unfix: add some bugs
呃这个可能有点炸了
2025-10-16 17:39:50 +08:00

3 lines
145 B
TypeScript

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