UNPKG

269 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>;
4//# sourceMappingURL=isInteropObservable.d.ts.map
\No newline at end of file