source: trip-planner-front/node_modules/rxjs/internal/util/isObservable.d.ts@ 571e0df

Last change on this file since 571e0df was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 218 bytes
RevLine 
[6a3a178]1import { Observable } from '../Observable';
2/**
3 * Tests to see if the object is an RxJS {@link Observable}
4 * @param obj the object to test
5 */
6export declare function isObservable<T>(obj: any): obj is Observable<T>;
Note: See TracBrowser for help on using the repository browser.