botbook/node_modules/rxjs/dist/esm5/internal/operators/switchAll.js
Rodrigo Rodriguez 6ae15fe3e5 Updated.
2024-09-04 13:13:15 -03: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