1 2 3 4 5 6 | 1 1 6 1 | var find_support_1 = require('./find-support'); function findIndex(predicate, thisArg) { return this.lift(new find_support_1.FindValueOperator(predicate, this, true, thisArg)); } exports.findIndex = findIndex; //# sourceMappingURL=findIndex.js.map |