UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 311 B
import { AsyncIterableX } from '../../asynciterable/asynciterablex.js'; import { reduce } from '../../asynciterable/reduce.js'; /** * @ignore */ export async function reduceProto(options) { return reduce(this, options); } AsyncIterableX.prototype.reduce = reduceProto; //# sourceMappingURL=reduce.js.map