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 |