source: trip-planner-front/node_modules/rxjs/_esm2015/internal/operators/concatMap.js@ 6c1585f

Last change on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 180 bytes
Line 
1import { mergeMap } from './mergeMap';
2export function concatMap(project, resultSelector) {
3 return mergeMap(project, resultSelector, 1);
4}
5//# sourceMappingURL=concatMap.js.map
Note: See TracBrowser for help on using the repository browser.