hugoWebsite/node_modules/rxjs/dist/esm5/internal/operators/switchAll.js

6 lines
187 B
JavaScript
Raw Normal View History

2022-10-29 00:20:35 +02:00
import { switchMap } from './switchMap';
import { identity } from '../util/identity';
export function switchAll() {
return switchMap(identity);
}
//# sourceMappingURL=switchAll.js.map