packages/store/src/utils/public_api.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
export { select } from './select';
export { dispatch } from './dispatch';
export { SelectorMap, createSelectMap } from './create-select-map';
export { ActionMap, createDispatchMap } from './create-dispatch-map';