ix
Version:
The Interactive Extensions for JavaScript
15 lines (13 loc) • 462 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const asynciterablex_1 = require("../../asynciterable/asynciterablex");
const takeuntil_1 = require("../../asynciterable/takeuntil");
/**
* @ignore
*/
function takeUntilProto(other) {
return takeuntil_1.takeUntil(this, other);
}
exports.takeUntilProto = takeUntilProto;
asynciterablex_1.AsyncIterableX.prototype.takeUntil = takeUntilProto;
//# sourceMappingURL=takeuntil.js.map