Reference

StoreOptions

Configures store instrumentation and persistence hooks.

Signature

interface StoreOptions

Members

instrument?: (event: StoreInstrumentationEvent<T>): void
persist?: (state: T): void | Promise<void>