UNPKG

@grubou/bussy

Version:

Command & query bus implementations

6 lines (4 loc) 98 B
export abstract class Query<RESULT> { protected result!: RESULT; abstract label(): string; }