UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 362 B
import { AsyncIterableX } from '../../asynciterable/asynciterablex.js'; import { TakeUntilAsyncIterable } from '../../asynciterable/operators/takeuntil.js'; /** * @ignore */ export function takeUntilProto(other) { return new TakeUntilAsyncIterable(this, other); } AsyncIterableX.prototype.takeUntil = takeUntilProto; //# sourceMappingURL=takeuntil.js.map