UNPKG

substate

Version:

Pub/Sub pattern with State Management

6 lines 458 B
export { createStore } from './core/createStore/createStore'; export type { IPubSub } from './core/PubSub/PubSub.interface'; export type { ISyncContext, TState, TSyncConfig, TSyncMiddleware, TUpdateMiddleware, } from './core/Substate/interfaces'; export { Substate } from './core/Substate/Substate'; export type { ISubstate, ISubstateConfig as CreateStoreConfig, ISyncInstance, } from './core/Substate/Substate.interface'; //# sourceMappingURL=index.d.ts.map