@reactivex/ix-esnext-esm
Version:
The Interactive Extensions for JavaScript
12 lines (10 loc) • 331 B
JavaScript
import { AsyncIterableX } from '../../asynciterable/asynciterablex';
import { startWith } from '../../asynciterable/operators/startwith';
/**
* @ignore
*/
export function startWithProto(...args) {
return startWith(...args)(this);
}
AsyncIterableX.prototype.startWith = startWithProto;
//# sourceMappingURL=startwith.mjs.map