UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 296 B
import { IterableX } from '../../iterable/iterablex'; import { doWhile } from '../../iterable/operators/dowhile'; /** * @ignore */ export function doWhileProto(condition) { return doWhile(condition)(this); } IterableX.prototype.doWhile = doWhileProto; //# sourceMappingURL=dowhile.mjs.map