Code coverage report for cjs/operators/mergeAll.js

Statements: 100% (7 / 7)      Branches: 100% (4 / 4)      Functions: 100% (1 / 1)      Lines: 100% (7 / 7)      Ignored: none     

All files » cjs/operators/ » mergeAll.js
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