wishthis/node_modules/rxjs/_esm2015/internal/operators/switchAll.js
2022-01-21 09:28:41 +01:00

6 lines
No EOL
187 B
JavaScript

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