@reactivex/ix-es2015-cjs
Version:
The Interactive Extensions for JavaScript
16 lines (14 loc) • 540 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.takeUntilProto = void 0;
const asynciterablex_js_1 = require("../../asynciterable/asynciterablex.js");
const takeuntil_js_1 = require("../../asynciterable/operators/takeuntil.js");
/**
* @ignore
*/
function takeUntilProto(other) {
return new takeuntil_js_1.TakeUntilAsyncIterable(this, other);
}
exports.takeUntilProto = takeUntilProto;
asynciterablex_js_1.AsyncIterableX.prototype.takeUntil = takeUntilProto;
//# sourceMappingURL=takeuntil.js.map