@reactivex/ix-esnext-esm
Version:
The Interactive Extensions for JavaScript
12 lines (10 loc) • 331 B
JavaScript
import { AsyncIterableX } from '../../asynciterable/asynciterablex';
import { maxBy } from '../../asynciterable/operators/maxby';
/**
* @ignore
*/
export function maxByProto(keySelector, comparer) {
return maxBy(keySelector, comparer)(this);
}
AsyncIterableX.prototype.maxBy = maxByProto;
//# sourceMappingURL=maxby.mjs.map