Code coverage report for cjs/operators/mergeMapTo.js

Statements: 71.43% (5 / 7)      Branches: 0% (0 / 4)      Functions: 0% (0 / 1)      Lines: 71.43% (5 / 7)      Ignored: none     

All files » cjs/operators/ » mergeMapTo.js
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16    1 1   1   1             1  
'use strict';
 
exports.__esModule = true;
exports['default'] = mergeMapTo;
 
var _mergeMapToSupport = require('./mergeMapTo-support');
 
function mergeMapTo(observable, resultSelector) {
    var concurrent = arguments.length <= 2 || arguments[2] === undefined ? Number.POSITIVE_INFINITY : arguments[2];
 
    return this.lift(new _mergeMapToSupport.MergeMapToOperator(observable, resultSelector, concurrent));
}
 
//# sourceMappingURL=mergeMapTo.js.map
module.exports = exports['default'];
//# sourceMappingURL=mergeMapTo.js.map