UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 331 B
import { AsyncIterableX } from '../../asynciterable/asynciterablex.js'; import { toObservable } from '../../asynciterable/toobservable.js'; /** * @ignore */ export function toObservableProto() { return toObservable(this); } AsyncIterableX.prototype.toObservable = toObservableProto; //# sourceMappingURL=toobservable.js.map