UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 293 B
import { AsyncIterableX } from '../../asynciterable/asynciterablex'; import { maxBy } from '../../asynciterable/maxby'; /** * @ignore */ export function maxByProto(options) { return maxBy(this, options); } AsyncIterableX.prototype.maxBy = maxByProto; //# sourceMappingURL=maxby.mjs.map