@reactivex/ix-es2015-cjs
Version:
The Interactive Extensions for JavaScript
16 lines (14 loc) • 448 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.maxByProto = void 0;
const iterablex_js_1 = require("../../iterable/iterablex.js");
const maxby_js_1 = require("../../iterable/maxby.js");
/**
* @ignore
*/
function maxByProto(options) {
return (0, maxby_js_1.maxBy)(this, options);
}
exports.maxByProto = maxByProto;
iterablex_js_1.IterableX.prototype.maxBy = maxByProto;
//# sourceMappingURL=maxby.js.map