wave-ai/frontend/.angular/cache/18.2.21/babel-webpack/f563495cd0b18c031727d982ed0fd6420d7b3e16ab0eac2fbdac9a2ca0b165a3.json

1 line
1.0 KiB
JSON

{"ast":null,"code":"import { not } from '../util/not';\nimport { filter } from './filter';\nexport function partition(predicate, thisArg) {\n return source => [filter(predicate, thisArg)(source), filter(not(predicate, thisArg))(source)];\n}","map":{"version":3,"names":["not","filter","partition","predicate","thisArg","source"],"sources":["D:/Jess/agent/Kinetix/node_modules/rxjs/dist/esm/internal/operators/partition.js"],"sourcesContent":["import { not } from '../util/not';\nimport { filter } from './filter';\nexport function partition(predicate, thisArg) {\n return (source) => [filter(predicate, thisArg)(source), filter(not(predicate, thisArg))(source)];\n}\n"],"mappings":"AAAA,SAASA,GAAG,QAAQ,aAAa;AACjC,SAASC,MAAM,QAAQ,UAAU;AACjC,OAAO,SAASC,SAASA,CAACC,SAAS,EAAEC,OAAO,EAAE;EAC1C,OAAQC,MAAM,IAAK,CAACJ,MAAM,CAACE,SAAS,EAAEC,OAAO,CAAC,CAACC,MAAM,CAAC,EAAEJ,MAAM,CAACD,GAAG,CAACG,SAAS,EAAEC,OAAO,CAAC,CAAC,CAACC,MAAM,CAAC,CAAC;AACpG","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}