minor adjustment to readme
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / _esm5 / internal / operators / concatMap.js
1 /** PURE_IMPORTS_START _mergeMap PURE_IMPORTS_END */
2 import { mergeMap } from './mergeMap';
3 export function concatMap(project, resultSelector) {
4     return mergeMap(project, resultSelector, 1);
5 }
6 //# sourceMappingURL=concatMap.js.map