Your IP : 216.73.217.95


Current Path : /home/deltalab/PMS/logistic-backend/node_modules/rxjs/dist/esm5/internal/operators/
Upload File :
Current File : //home/deltalab/PMS/logistic-backend/node_modules/rxjs/dist/esm5/internal/operators/mergeAll.js

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