koa-decorators
koa-decorators copied to clipboard
Class instances
Hi,
i had a look at your code and asked myself if you are not using instances of the classes you create. In your example you are exporting a UserClass but i did not find in you code where you create a instance of that class. Wouldn't it make sense to use instances of a class i you define classes?
Best regards Dominic