redux-smart-creators
Version:
Smart creators for actions and reducers
12 lines (11 loc) • 454 B
TypeScript
export { getCreatorsPack } from './creatorsPack';
export { getCreator } from './basic';
export { getAsyncCreator } from './async';
export { payload } from './utils/payload';
export { InferActions } from './types/inferActions';
export * from './types/common';
export * from './types/creator';
export * from './types/asyncCreator';
export * from './types/creatorsPack';
export * from './types/reducer';
export { setupReducer } from './reducer';