API reference / @evolu/common / Store / StoreSubscribe
Type Alias: StoreSubscribe()
type StoreSubscribe = (listener) => StoreUnsubscribe;
Defined in: packages/common/src/Store.ts:38
Registers a listener for state changes, returning an unsubscribe function.
Parameters
| Parameter | Type |
|---|---|
listener | StoreListener |