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

1 line
453 B
JSON

{"ast":null,"code":"import { raceInit } from '../observable/race';\nimport { operate } from '../util/lift';\nimport { identity } from '../util/identity';\nexport function raceWith(...otherSources) {\n return !otherSources.length ? identity : operate((source, subscriber) => {\n raceInit([source, ...otherSources])(subscriber);\n });\n}\n//# sourceMappingURL=raceWith.js.map","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]}