github-pages-deploy-action/node_modules/rxjs/_esm2015/internal/operators/switchAll.js
2020-03-06 22:45:40 -05:00

6 lines
187 B
JavaScript

import { switchMap } from './switchMap';
import { identity } from '../util/identity';
export function switchAll() {
return switchMap(identity);
}
//# sourceMappingURL=switchAll.js.map