UNPKG

@fabric-es/fabric-cqrs

Version:

Hyperledger Fabric middleware for event sourcing and cqrs pattern

5 lines (4 loc) 214 B
import { Selector } from 'reselect'; import type { Commit } from '../types'; import type { Counter, CounterInRedis } from './types'; export declare const preSelector: Selector<[Counter, Commit[]], CounterInRedis>;