W72crm_web-master/node_modules/rxjs/internal/operators/switchAll.d.ts

4 lines
209 B
TypeScript
Raw Permalink Normal View History

2025-05-27 11:25:53 +08:00
import { OperatorFunction, ObservableInput } from '../types';
export declare function switchAll<T>(): OperatorFunction<ObservableInput<T>, T>;
export declare function switchAll<R>(): OperatorFunction<any, R>;