Code coverage report for cjs/operator/mergeMap.js

Statements: 100% (6 / 6)      Branches: 50% (1 / 2)      Functions: 100% (1 / 1)      Lines: 100% (5 / 5)      Ignored: none     

All files » cjs/operator/ » mergeMap.js
1 2 3 4 5 6 71 1 76 76   1  
var mergeMap_support_1 = require('./mergeMap-support');
function mergeMap(project, resultSelector, concurrent) {
    Eif (concurrent === void 0) { concurrent = Number.POSITIVE_INFINITY; }
    return this.lift(new mergeMap_support_1.MergeMapOperator(project, resultSelector, concurrent));
}
exports.mergeMap = mergeMap;
//# sourceMappingURL=mergeMap.js.map