UNPKG

curli-bus

Version:

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

4 lines 98 B
export type QueryInstanceType = { constructor: { name: string }; [key: string]: any; }