Code coverage report for cjs/add/operator/exhaustMap.js

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

All files » cjs/add/operator/ » exhaustMap.js
1 2 3 4 51 1 1 1  
var Observable_1 = require('../../Observable');
var exhaustMap_1 = require('../../operator/exhaustMap');
var observableProto = Observable_1.Observable.prototype;
observableProto.exhaustMap = exhaustMap_1.exhaustMap;
//# sourceMappingURL=exhaustMap.js.map