@reactivex/ix-esnext-esm
Version:
The Interactive Extensions for JavaScript
12 lines (10 loc) • 327 B
JavaScript
import { AsyncIterableX } from '../../asynciterable/asynciterablex';
import { takeUntil } from '../../asynciterable/operators/takeuntil';
/**
* @ignore
*/
export function takeUntilProto(other) {
return takeUntil(other)(this);
}
AsyncIterableX.prototype.takeUntil = takeUntilProto;
//# sourceMappingURL=takeuntil.mjs.map