@reactivex/ix-esnext-esm
Version:
The Interactive Extensions for JavaScript
12 lines (10 loc) • 347 B
JavaScript
import { AsyncIterableX } from '../../asynciterable/asynciterablex.js';
import { ExpandAsyncIterable } from '../../asynciterable/operators/expand.js';
/**
* @ignore
*/
export function expandProto(selector) {
return new ExpandAsyncIterable(this, selector);
}
AsyncIterableX.prototype.expand = expandProto;
//# sourceMappingURL=expand.js.map