Accesses the current value without being considered a user of this value.
Use this method if you do not wish to be notified about changes.
Same as .value
.
For compatibility with builtin JS constructs.
Formats .value
as a string.
For compatibility with builtin JS constructs.
A signal that holds a reactive value.
When the value changes, all users of that value (computed signals, effects, watchers) are notified automatically.