UNPKG

ix

Version:

The Interactive Extensions for JavaScript

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