source:
trip-planner-front/node_modules/rxjs/internal/util/isObservable.d.ts@
e29cc2e
Last change on this file since e29cc2e was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 218 bytes |
Rev | Line | |
---|---|---|
[6a3a178] | 1 | import { Observable } from '../Observable'; |
2 | /** | |
3 | * Tests to see if the object is an RxJS {@link Observable} | |
4 | * @param obj the object to test | |
5 | */ | |
6 | export declare function isObservable<T>(obj: any): obj is Observable<T>; |
Note:
See TracBrowser
for help on using the repository browser.