@zedux/core
Version:
A high-level, declarative, composable form of Redux
10 lines (9 loc) • 297 B
TypeScript
export * from './api/actionFactory';
export * from './api/createReducer';
export * from './api/createStore';
export * from './api/detailedTypeof';
export * from './api/is';
export * from './api/isPlainObject';
export * from './api/meta';
export * from './api/zeduxTypes';
export * from './types';