UNPKG

@reactivex/ix-es2015-cjs

Version:

The Interactive Extensions for JavaScript

16 lines (14 loc) 514 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.doWhileProto = void 0; const asynciterablex_js_1 = require("../../asynciterable/asynciterablex.js"); const dowhile_js_1 = require("../../asynciterable/operators/dowhile.js"); /** * @ignore */ function doWhileProto(condition) { return (0, dowhile_js_1.doWhile)(condition)(this); } exports.doWhileProto = doWhileProto; asynciterablex_js_1.AsyncIterableX.prototype.doWhile = doWhileProto; //# sourceMappingURL=dowhile.js.map