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