This repository has been archived on 2024-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
keksAccountGUI/node_modulesOLD/rxjs/internal/util/isInteropObservable.d.ts

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