UNPKG

@fabric-es/fabric-cqrs

Version:

Hyperledger Fabric middleware for event sourcing and cqrs pattern

8 lines (7 loc) 173 B
import { Logger } from 'winston'; export declare const getLogger: (option: { name: string; level?: string; target?: string; timezone?: string; }) => Logger;