UNPKG
@addapptables/microservice
Version:
latest (2.0.1)
2.0.1
2.0.0
1.1.0
1.0.0
1.0.0-0
0.0.3-0
0.0.2-0
0.0.1
0.0.1-0
addapptables microservice
github.com/addapptables/miscellaneous
addapptables/miscellaneous
@addapptables/microservice
/
src
/
decorators
/
index.ts
4 lines
(3 loc)
•
178 B
text/typescript
View Raw
1
2
3
4
export
{
CommandHandler
}
from
'./command-handler.decorator'
;
export
{
EventHandler
}
from
'./event-handler.decorator'
;
export
{
QueryHandler
}
from
'./query-handler.decorator'
;