@tramvai/types-actions-state-context
Advanced tools
Comparing version 5.10.0 to 5.14.9
@@ -76,3 +76,3 @@ import type { AnyEventCreator, EmptyEventCreator, EventCreator1, Event } from './events'; | ||
subscribe<S>(reducer: Reducer<S>, callback: (state: S) => void): () => void; | ||
hasStore(store: Reducer<any>): boolean; | ||
hasStore(store: Reducer<any> | BaseStoreConstructor<any> | string): boolean; | ||
registerStore(store: Reducer<any>): void; | ||
@@ -79,0 +79,0 @@ unregisterStore(store: Reducer<any>): void; |
{ | ||
"name": "@tramvai/types-actions-state-context", | ||
"version": "5.10.0", | ||
"version": "5.14.9", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
11572