projecte_ionic/node_modules/rxjs/internal/util/isInteropObservable.d.ts
2022-02-09 18:30:03 +01:00

4 lines
220 B
TypeScript
Executable file

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