UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 253 B
import { IterableX } from '../../iterable/iterablex'; import { min } from '../../iterable/min'; /** * @ignore */ export function minProto(fn = x => x) { return min(this, fn); } IterableX.prototype.min = minProto; //# sourceMappingURL=min.mjs.map