@reactivex/ix-es2015-cjs
Version:
The Interactive Extensions for JavaScript
16 lines (14 loc) • 484 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.batchProto = void 0;
const asynciterablex_js_1 = require("../../asynciterable/asynciterablex.js");
const batch_js_1 = require("../../asynciterable/operators/batch.js");
/**
* @ignore
*/
function batchProto() {
return new batch_js_1.BatchAsyncIterable(this);
}
exports.batchProto = batchProto;
asynciterablex_js_1.AsyncIterableX.prototype.batch = batchProto;
//# sourceMappingURL=batch.js.map