‘liusuyi’
2023-08-29 510c29eecab77493816d3f0cdb5e5c4462083cc8
1
2
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>;