UNPKG

@fabric-es/fabric-cqrs

Version:

Hyperledger Fabric middleware for event sourcing and cqrs pattern

2 lines (1 loc) 111 B
export declare const getReducer: (initialState: any, actionHandlers: any) => (state: any, action: any) => any;