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

1 line
505 B
JSON

{"ast":null,"code":"import { concat } from '../observable/concat';\nimport { popScheduler } from '../util/args';\nimport { operate } from '../util/lift';\nexport function startWith(...values) {\n const scheduler = popScheduler(values);\n return operate((source, subscriber) => {\n (scheduler ? concat(values, source, scheduler) : concat(values, source)).subscribe(subscriber);\n });\n}\n//# sourceMappingURL=startWith.js.map","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]}