Type Alias MinimalWritableFn<T, Args, R>
Type Parameters
- TThe type of value stored in the minimal writable store. 
- Args extends unknown[]The tuple of argument types accepted by the function. 
- R = voidThe return type of the function. 
The type of value stored in the minimal writable store.
The tuple of argument types accepted by the function.
The return type of the function.
Combines a minimal writable Svelte store with a callable function. This type allows a minimal writable store to also act as a function enabling flexible reactive behavior.