typescript6 min read
TypeScript Decorators — Metaprogramming Patterns for Backend APIs
TypeScript decorators power frameworks like NestJS, TypeORM, and class-validator. This guide covers class, method, property, and parameter decorators with real backend patterns and the new Stage 3 decorator spec.
Read →