frontend/.pnpm-store/v3/files/2f/ea4ab4c79e49bea9e27a489b842fdb69643187b6f65048e92cf86a560525d6b63439017eaef401f82f99234bf391f1680ed2f24d94b00f71ac7ee7cb498c4c

11 lines
359 B
Plaintext

/** PURE_IMPORTS_START _mergeMap,_util_identity PURE_IMPORTS_END */
import { mergeMap } from './mergeMap';
import { identity } from '../util/identity';
export function mergeAll(concurrent) {
if (concurrent === void 0) {
concurrent = Number.POSITIVE_INFINITY;
}
return mergeMap(identity, concurrent);
}
//# sourceMappingURL=mergeAll.js.map