UNPKG

@reactivex/ix-es2015-cjs

Version:

The Interactive Extensions for JavaScript

16 lines (14 loc) 478 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.maxByProto = void 0; const asynciterablex_js_1 = require("../../asynciterable/asynciterablex.js"); const maxby_js_1 = require("../../asynciterable/maxby.js"); /** * @ignore */ function maxByProto(options) { return (0, maxby_js_1.maxBy)(this, options); } exports.maxByProto = maxByProto; asynciterablex_js_1.AsyncIterableX.prototype.maxBy = maxByProto; //# sourceMappingURL=maxby.js.map