Create a watch that runs an effect whenever the dependencies change.
The get function which can be used to get the current value of a Val and subscribe to it.
The dispose function which can be used to stop the watch.
undefined or a function that can be called to clean up the last watch effect.
undefined
Create a watch that runs an effect whenever the dependencies change.