source: trip-planner-front/node_modules/rxjs/_esm5/internal/operators/findIndex.js@ 8d391a1

Last change on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 313 bytes
Line 
1/** PURE_IMPORTS_START _operators_find PURE_IMPORTS_END */
2import { FindValueOperator } from '../operators/find';
3export function findIndex(predicate, thisArg) {
4 return function (source) { return source.lift(new FindValueOperator(predicate, source, true, thisArg)); };
5}
6//# sourceMappingURL=findIndex.js.map
Note: See TracBrowser for help on using the repository browser.