UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 273 B
import { IterableX } from '../../iterable/iterablex.js'; import { minBy } from '../../iterable/minby.js'; /** * @ignore */ export function minByProto(options) { return minBy(this, options); } IterableX.prototype.minBy = minByProto; //# sourceMappingURL=minby.js.map