UNPKG

reactive-state

Version:

Redux-like state management using RxJS and TypeScript

5 lines (4 loc) 206 B
import { Store } from "./store"; import { Reducer, StateChangeNotification } from "./types"; import { shallowEqual } from "./shallowEqual"; export { Store, Reducer, shallowEqual, StateChangeNotification };