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