UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

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