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

1 line
409 B
JSON

{"ast":null,"code":"import { reduce } from './reduce';\nimport { operate } from '../util/lift';\nconst arrReducer = (arr, value) => (arr.push(value), arr);\nexport function toArray() {\n return operate((source, subscriber) => {\n reduce(arrReducer, [])(source).subscribe(subscriber);\n });\n}\n//# sourceMappingURL=toArray.js.map","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]}