UNPKG

@trophyso/node

Version:
2 lines (1 loc) 104 B
export declare function partition<T>(items: readonly T[], predicate: (item: T) => boolean): [T[], T[]];