* Directly set the signal to a new value, and notify any dependents.
(value: T)
| 25 | * Directly set the signal to a new value, and notify any dependents. |
| 26 | */ |
| 27 | set(value: T): void; |
| 28 | |
| 29 | /** |
| 30 | * Update the value of the signal based on its current value, and |
no outgoing calls
no test coverage detected