UNPKG

rxjs

Version:

Reactive Extensions for modern JavaScript

4 lines 269 B
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>; //# sourceMappingURL=isInteropObservable.d.ts.map