UNPKG

@fabric-es/fabric-cqrs

Version:

Hyperledger Fabric middleware for event sourcing and cqrs pattern

3 lines (2 loc) 121 B
import type { OutputCommit } from './types'; export declare const isOutputCommit: (value: any) => value is OutputCommit;