katoikia-app/web-ui/web-react/node_modules/rxjs/internal/operators/switchAll.d.ts

4 lines
209 B
TypeScript
Raw Normal View History

2022-07-06 04:15:11 +00:00
import { OperatorFunction, ObservableInput } from '../types';
export declare function switchAll<T>(): OperatorFunction<ObservableInput<T>, T>;
export declare function switchAll<R>(): OperatorFunction<any, R>;