UNPKG

206 BTypeScriptView Raw
1import { Store } from "./store";
2import { Reducer, StateChangeNotification } from "./types";
3import { shallowEqual } from "./shallowEqual";
4export { Store, Reducer, shallowEqual, StateChangeNotification };