@reactivex/ix-esnext-esm
Version:
The Interactive Extensions for JavaScript
12 lines (10 loc) • 322 B
JavaScript
import { AsyncIterableX } from '../../asynciterable/asynciterablex.js';
import { BatchAsyncIterable } from '../../asynciterable/operators/batch.js';
/**
* @ignore
*/
export function batchProto() {
return new BatchAsyncIterable(this);
}
AsyncIterableX.prototype.batch = batchProto;
//# sourceMappingURL=batch.js.map