@egose/deco
v0.45.1
Published
Decorators of @egose/acl
Downloads
289
Maintainers
Readme
@egose/deco
The @egose/deco
package offers TypeScript Decorators
that allow developers to define @egose/acl
configurations and options through class and method annotations
. By leveraging these decorators, developers can significantly enhance the readability and maintainability of their backend codebase. Overall, @egose/deco provides a powerful way to streamline authorization logic and improve code organization.
Documentation
please see Egose documentation for more details.
Installation
npm install express mongoose @egose/deco
npm install @types/express reflect-metadata --save-dev
yarn add express mongoose @egose/deco
yarn add @types/express reflect-metadata --dev