UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 312 B
import { AsyncIterableX } from '../../asynciterable/asynciterablex'; import { expand } from '../../asynciterable/operators/expand'; /** * @ignore */ export function expandProto(selector) { return expand(selector)(this); } AsyncIterableX.prototype.expand = expandProto; //# sourceMappingURL=expand.mjs.map