We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a518b00 commit 3f75564Copy full SHA for 3f75564
compat/Observable.ts
@@ -1 +1,2 @@
1
-export {Observable, Subscribable, SubscribableOrPromise, ObservableInput} from 'rxjs';
+export {Observable} from 'rxjs/internal/Observable';
2
+export {Subscribable, SubscribableOrPromise, ObservableInput} from 'rxjs/internal/types';
0 commit comments