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