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.minByProto = void 0; const asynciterablex_js_1 = require("../../asynciterable/asynciterablex.js"); const minby_js_1 = require("../../asynciterable/minby.js"); /** * @ignore */ function minByProto(options) { return (0, minby_js_1.minBy)(this, options); } exports.minByProto = minByProto; asynciterablex_js_1.AsyncIterableX.prototype.minBy = minByProto; //# sourceMappingURL=minby.js.map