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