store to wrap
A wrapper which only exposes the ReadableSignal interface.
Returns a wrapper (for the given store) which only exposes the ReadableSignal interface and also adds the given extra properties on the returned object.
store to wrap
extra properties to add on the returned object
A wrapper which only exposes the ReadableSignal interface and the given extra properties.
Generated using TypeDoc
Returns a wrapper (for the given store) which only exposes the ReadableSignal interface. This converts any StoreInput to a ReadableSignal and exposes the store as read-only.