Note: This post is a translated version of an article originally published on my personal blog. You can read the original Korean post here. What Are Decorators? Decorators are a metaprogramming syntax that lets you attach metadata — or extend behavior — on classes, methods, properties, and parameters without modifying the original code. They're commonly used for: Logging — track when methods a
Build a Logger and Validator with TypeScript Decorators (Like NestJS)
Malloc72P·Dev.to··1 min read
D
Continue reading on Dev.to
This article was sourced from Dev.to's RSS feed. Visit the original for the complete story.