@templum/decorators is a nice utility library offering a set of decorators that provide various functionalities.
The decorators are implemented as ECMAScript Decorators, which means they can be leverages without enabling the --experimentalDecorators
flag. This libary is so far only verified with NodeJS, please reach out if you were able to succesfully consume it in another runtime.
This libary is published on the JavaScript Registry (JSR). Hence the documentation is generated.
Please make use of the available templates to report bugs or request features via the Issues Tab.