mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
1 line
918 B
JSON
1 line
918 B
JSON
{"ast":null,"code":"import { FindValueOperator } from '../operators/find';\nexport function findIndex(predicate, thisArg) {\n return source => source.lift(new FindValueOperator(predicate, source, true, thisArg));\n}","map":{"version":3,"names":["FindValueOperator","findIndex","predicate","thisArg","source","lift"],"sources":["C:/Users/eudes.inacio/GabineteDigital/gabinete-digital-fo/node_modules/rxjs/_esm2015/internal/operators/findIndex.js"],"sourcesContent":["import { FindValueOperator } from '../operators/find';\nexport function findIndex(predicate, thisArg) {\n return (source) => source.lift(new FindValueOperator(predicate, source, true, thisArg));\n}\n"],"mappings":"AAAA,SAASA,iBAAiB,QAAQ,mBAAmB;AACrD,OAAO,SAASC,SAASA,CAACC,SAAS,EAAEC,OAAO,EAAE;EAC1C,OAAQC,MAAM,IAAKA,MAAM,CAACC,IAAI,CAAC,IAAIL,iBAAiB,CAACE,SAAS,EAAEE,MAAM,EAAE,IAAI,EAAED,OAAO,CAAC,CAAC;AAC3F"},"metadata":{},"sourceType":"module"} |