UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 289 B
import { AsyncIterableX } from '../../asynciterable/asynciterablex'; import { batch } from '../../asynciterable/operators/batch'; /** * @ignore */ export function batchProto() { return batch()(this); } AsyncIterableX.prototype.batch = batchProto; //# sourceMappingURL=batch.mjs.map