1 line
957 B
JSON
1 line
957 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":["/home/arctichawk1/Desktop/Projects/Public/Kargi-Sitesi/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","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}
|