UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 326 B
import { AsyncIterableX } from '../../asynciterable/asynciterablex.js'; import { doWhile } from '../../asynciterable/operators/dowhile.js'; /** * @ignore */ export function doWhileProto(condition) { return doWhile(condition)(this); } AsyncIterableX.prototype.doWhile = doWhileProto; //# sourceMappingURL=dowhile.js.map