Files
fte-Homepage/node_modules/rxjs/dist/esm5/internal/operators/switchAll.js
root 06acaecee1 .
2023-07-30 22:05:51 +02: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