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

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

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