1 line
313 B
JSON
1 line
313 B
JSON
{"ast":null,"code":"import { mergeMap } from './mergeMap';\nimport { identity } from '../util/identity';\nexport function mergeAll(concurrent = Infinity) {\n return mergeMap(identity, concurrent);\n}\n//# sourceMappingURL=mergeAll.js.map","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]} |