UNPKG

@fabric-es/fabric-cqrs

Version:

Hyperledger Fabric middleware for event sourcing and cqrs pattern

5 lines (4 loc) 142 B
import { epic as commandEpic } from './epic'; export { action } from './action'; export { reducer } from './reducer'; export { commandEpic };