UNPKG

axax

Version:

A library of async iterator extensions for JavaScript including ```map```, ```reduce```, ```filter```, ```flatMap```, ```pipe``` and [more](https://github.com/jamiemccrindle/axax/blob/master/docs/API.md#functions).

2 lines (1 loc) 137 B
export declare function spanAll<T>(predicate: (t: T) => boolean): (source: AsyncIterable<T>) => AsyncIterableIterator<AsyncIterable<T>>;