init source
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
import { OperatorFunction, ObservableInput } from '../types';
|
||||
export declare function switchAll<T>(): OperatorFunction<ObservableInput<T>, T>;
|
||||
export declare function switchAll<R>(): OperatorFunction<any, R>;
|
||||
Reference in New Issue
Block a user