UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

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