UNPKG

reducer-class

Version:

Boilerplate free class-based reducer creator. Built with TypeScript. Works with Redux and NGRX. Has integration with immer.

7 lines (6 loc) 356 B
export { Action } from './src/decorator-action'; export { Extend, ReducerClassMixin } from './src/decorator-extend'; export { METADATA_KEY_ACTION } from './src/constants'; export * from './src/errors'; export { ReducerClass } from './src/reducer-class'; export { Immutable, IReducerClassConstraint, ReducerClassMethod } from './src/reducer-class-helpers';