Skip to main content

overview

What are decorators?

Decorators in express-cargo annotate class fields to tell the middleware:

  • Where to extract data from (e.g., body, query)
  • How to validate it
  • How to transform it