Reference

StoreOptions

Configures store instrumentation and persistence hooks.

Signature

interface StoreOptions

Members

instrument?: (event: StoreInstrumentationEvent<T>): void
persist?: StorePersist<T>