UNPKG

ix

Version:

The Interactive Extensions for JavaScript

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