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