UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

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