higher-order-reducers
Version:
A library of simple everyday reducer utility functions
11 lines (10 loc) • 517 B
JavaScript
export { default as chain } from './chain';
export { default as cloneState } from './clone-state';
export { default as compose } from './compose';
export { default as link } from './link';
export { default as linkIf } from './link-if';
export { default as linkIfType } from './link-if-type';
export { default as linkedChain } from './linked-chain';
export { default as mergeStates } from './merge-states';
export { default as mapByType } from './map-by-type';
export { default as withDefault } from './with-default';