UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

9 lines (7 loc) 271 B
import { AsyncIterableX } from '../../asynciterable/asynciterablex.js'; import { max } from '../../asynciterable/max.js'; export async function maxProto(options) { return max(this, options); } AsyncIterableX.prototype.max = maxProto; //# sourceMappingURL=max.js.map