UNPKG

@grubou/bussy

Version:

Command & query bus implementations

5 lines (4 loc) 108 B
export declare abstract class Query<RESULT> { protected result: RESULT; abstract label(): string; }