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