UNPKG

curli-bus

Version:

Simple Command Bus Implementation (CQRS) for NodeJS/Typescript.

5 lines (4 loc) 100 B
export type CommandInstanceType = { constructor: { name: string }; [key: string]: any; }