File size: 72 Bytes
b5ba7a5 |
1 2 3 4 5 6 |
const events = makeReadOnly({
tool: {
dream: new Observer(),
},
});
|
b5ba7a5 |
1 2 3 4 5 6 |
const events = makeReadOnly({
tool: {
dream: new Observer(),
},
});
|