source:
trip-planner-front/node_modules/rxjs/internal/util/isInteropObservable.d.ts@
8d391a1
Last change on this file since 8d391a1 was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 220 bytes |
Line | |
---|---|
1 | import { InteropObservable } from '../types'; |
2 | /** Identifies an input as being Observable (but not necessary an Rx Observable) */ |
3 | export declare function isInteropObservable(input: any): input is InteropObservable<any>; |
Note:
See TracBrowser
for help on using the repository browser.