mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-26 22:15:06 +08:00
4 lines
220 B
TypeScript
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>;
|