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

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

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