6168034aed750bd8c52e72a2ffa1d96dfd7d1326ae1aa14ac7750f1c30640007c3a51d56c4cb727895911b75f289afa5a36123d107a3725e23e10e84987ec8 262 B

1234567
  1. import { mergeMap } from './mergeMap';
  2. import { identity } from '../util/identity';
  3. export function mergeAll(concurrent) {
  4. if (concurrent === void 0) { concurrent = Infinity; }
  5. return mergeMap(identity, concurrent);
  6. }
  7. //# sourceMappingURL=mergeAll.js.map