1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | 1 1 1 1 45 45 1 | 'use strict'; exports.__esModule = true; exports['default'] = mergeAll; var _mergeAllSupport = require('./mergeAll-support'); function mergeAll() { var concurrent = arguments.length <= 0 || arguments[0] === undefined ? Number.POSITIVE_INFINITY : arguments[0]; return this.lift(new _mergeAllSupport.MergeAllOperator(concurrent)); } //# sourceMappingURL=mergeAll.js.map module.exports = exports['default']; //# sourceMappingURL=mergeAll.js.map |