Skip to content

Commit e1c203f

Browse files
scttcperbenlesh
authored andcommittedJun 1, 2018
fix(Symbol.observable): make observable declaration readonly (#3697) (#3773)
1 parent 0b56964 commit e1c203f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎src/internal/symbol/observable.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { root } from '../util/root';
55
however, we are no longer polyfilling Symbol.observable */
66
declare global {
77
interface SymbolConstructor {
8-
observable: symbol;
8+
readonly observable: symbol;
99
}
1010
}
1111

0 commit comments

Comments
 (0)
Please sign in to comment.