UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

9 lines (7 loc) 240 B
import { IterableX } from '../../iterable/iterablex.js'; import { max } from '../../iterable/max.js'; export function maxProto(options) { return max(this, options); } IterableX.prototype.max = maxProto; //# sourceMappingURL=max.js.map