Writable interface for both updating and subscribing. See the main SvelteStore article on how to use it in Micrio.
Set value and inform subscribers.
to set
Subscribe on value changes.
subscription callback
Optional
cleanup callback
Update value using callback and inform subscribers.
callback
Writable interface for both updating and subscribing. See the main SvelteStore article on how to use it in Micrio.