UNPKG

reactive-state

Version:

Redux-like state management using RxJS and TypeScript

4 lines (3 loc) 164 B
import { Store } from "./store"; export { StateChangeNotification } from "./types"; export declare function enableDevTool<S extends object>(store: Store<S>): void;