UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 331 B
import { AsyncIterableX } from '../../asynciterable/asynciterablex'; import { minBy } from '../../asynciterable/operators/minby'; /** * @ignore */ export function minByProto(keySelector, comparer) { return minBy(keySelector, comparer)(this); } AsyncIterableX.prototype.minBy = minByProto; //# sourceMappingURL=minby.mjs.map