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

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

All files » cjs/operators/extended/ » find.js
1 2 3 4 5 6 7 8 9 10 11 12 13 14    1 1   1   1 6       1  
'use strict';
 
exports.__esModule = true;
exports['default'] = find;
 
var _findSupport = require('./find-support');
 
function find(predicate, thisArg) {
    return this.lift(new _findSupport.FindValueOperator(predicate, this, false, thisArg));
}
 
//# sourceMappingURL=find.js.map
module.exports = exports['default'];
//# sourceMappingURL=find.js.map