UNPKG

@fabric-es/fabric-cqrs

Version:

Hyperledger Fabric middleware for event sourcing and cqrs pattern

4 lines (3 loc) 172 B
import { Selector } from 'reselect'; import type { CommitInRedis, OutputCommit } from '../types'; export declare const postSelector: Selector<CommitInRedis, OutputCommit>;