Reference
StoreOptions
Configures store instrumentation and persistence hooks.
Signature
interface StoreOptionsMembers
instrument?: (event: StoreInstrumentationEvent<T>): voidpersist?: StorePersist<T>Reference
Configures store instrumentation and persistence hooks.
interface StoreOptionsinstrument?: (event: StoreInstrumentationEvent<T>): voidpersist?: StorePersist<T>