init source
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
import { InteropObservable } from '../types';
|
||||
/** Identifies an input as being Observable (but not necessary an Rx Observable) */
|
||||
export declare function isInteropObservable(input: any): input is InteropObservable<any>;
|
||||
Reference in New Issue
Block a user