UNPKG

ix

Version:

The Interactive Extensions for JavaScript

15 lines (13 loc) 410 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const asynciterablex_1 = require("../../asynciterable/asynciterablex"); const batch_1 = require("../../asynciterable/batch"); /** * @ignore */ function batchProto() { return batch_1.batch(this); } exports.batchProto = batchProto; asynciterablex_1.AsyncIterableX.prototype.batch = batchProto; //# sourceMappingURL=batch.js.map