Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / _esm2015 / internal / operators / switchAll.js
1 import { switchMap } from './switchMap';
2 import { identity } from '../util/identity';
3 export function switchAll() {
4     return switchMap(identity);
5 }
6 //# sourceMappingURL=switchAll.js.map