@reactivex/ix-es2015-cjs
Version:
The Interactive Extensions for JavaScript
13 lines (11 loc) • 407 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.maxProto = void 0;
const iterablex_js_1 = require("../../iterable/iterablex.js");
const max_js_1 = require("../../iterable/max.js");
function maxProto(options) {
return (0, max_js_1.max)(this, options);
}
exports.maxProto = maxProto;
iterablex_js_1.IterableX.prototype.max = maxProto;
//# sourceMappingURL=max.js.map