UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

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