1 2 3 4 5 6 7 | 1 1 31 31 1 | var mergeAll_support_1 = require('./mergeAll-support'); function mergeAll(concurrent) { if (concurrent === void 0) { concurrent = Number.POSITIVE_INFINITY; } return this.lift(new mergeAll_support_1.MergeAllOperator(concurrent)); } exports.mergeAll = mergeAll; //# sourceMappingURL=mergeAll.js.map |