UNPKG

ix

Version:

The Interactive Extensions for JavaScript

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