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