UNPKG

156 BTypeScriptView Raw
1import { IterableX } from './iterablex';
2export declare function whileDo<TSource>(condition: () => boolean, source: Iterable<TSource>): IterableX<TSource>;