frontend/.pnpm-store/v3/files/9b/6168034aed750bd8c52e72a2ffa1d96dfd7d1326ae1aa14ac7750f1c30640007c3a51d56c4cb727895911b75f289afa5a36123d107a3725e23e10e84987ec8

7 lines
262 B
Plaintext

import { mergeMap } from './mergeMap';
import { identity } from '../util/identity';
export function mergeAll(concurrent) {
if (concurrent === void 0) { concurrent = Infinity; }
return mergeMap(identity, concurrent);
}
//# sourceMappingURL=mergeAll.js.map