UNPKG

279 BTypeScriptView Raw
1/** prettier */
2import { Observable } from '../Observable';
3/**
4 * Tests to see if the object is an RxJS {@link Observable}
5 * @param obj the object to test
6 */
7export declare function isObservable(obj: any): obj is Observable<unknown>;
8//# sourceMappingURL=isObservable.d.ts.map
\No newline at end of file