Partie-3/node_modules/rxjs/internal/util/isInteropObservable.d.ts
2021-09-05 12:34:08 +02: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>;