UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

3 lines (2 loc) 195 B
import { AsyncIterableX } from './asynciterablex'; export declare function whileDo<TSource>(condition: () => boolean | Promise<boolean>, source: AsyncIterable<TSource>): AsyncIterableX<TSource>;