UNPKG

220 BTypeScriptView Raw
1import { InteropObservable } from '../types';
2/** Identifies an input as being Observable (but not necessary an Rx Observable) */
3export declare function isInteropObservable(input: any): input is InteropObservable<any>;