UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

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