UNPKG

redux-typed-kit

Version:

Powerful extensitions for building class-based Redux architecture powered by TypeScript.

4 lines (3 loc) 95 B
export default class State { rebuild<T extends State>(action: (state: T) => void): T; }