We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9601a3 commit 48a4202Copy full SHA for 48a4202
observer/observer.ts
@@ -1,9 +1,3 @@
1
-// Temperature monitor (subject)
2
-// -> Temperature display
3
-// -> Thermostat
4
-// -> Fan
5
-// -> ...
6
-
7
interface Subject{
8
registerObserver(o: Observer);
9
removeObserver(o: Observer);
0 commit comments