Files
sanfan.hx ec46955a9e temp
2019-05-28 10:32:16 +08:00

4 lines
220 B
TypeScript

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>;