Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / _esm2015 / internal / operators / mergeAll.js
1 import { mergeMap } from './mergeMap';
2 import { identity } from '../util/identity';
3 export function mergeAll(concurrent = Number.POSITIVE_INFINITY) {
4     return mergeMap(identity, concurrent);
5 }
6 //# sourceMappingURL=mergeAll.js.map