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

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

All files » cjs/operator/extended/ » find.js
1 2 3 4 5 61 1 6   1  
var find_support_1 = require('./find-support');
function find(predicate, thisArg) {
    return this.lift(new find_support_1.FindValueOperator(predicate, this, false, thisArg));
}
exports.find = find;
//# sourceMappingURL=find.js.map