We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c830c4d commit bed867eCopy full SHA for bed867e
src/internal/Observable.ts
@@ -12,7 +12,7 @@ import { errorContext } from './util/errorContext';
12
* A representation of any set of values over any amount of time. This is the most basic building block
13
* of RxJS.
14
*/
15
-export class Observable<T> implements Subscribable<T> {
+export class Observable<T = void> implements Subscribable<T> {
16
/**
17
* @deprecated Internal implementation detail, do not use directly. Will be made internal in v8.
18
0 commit comments