-
Notifications
You must be signed in to change notification settings - Fork 0
Home
awekrx edited this page May 29, 2026
·
5 revisions
Framework-agnostic TypeScript decorators for production-ready cross-cutting logic.
- Install:
npm i @dev-suite/decorators
- Import decorators from root or subpath.
- Check the matrix page for params and usage guidance.
- Decorators Matrix
- API examples in repository README
- Release notes on GitHub
- Keep decorators framework-agnostic.
- Preserve backward compatibility where possible.
- Maintain 100% test coverage for touched code paths.
- auto-bind-methods
- class-metadata
- class-trace
- construct-metrics
- feature-gate
- inject-config
- instance-limit
- lifecycle-hooks
- singleton
- cache
- debounce
- debug-fn-args
- debug-fn-response
- dedupe
- fallback
- idempotent
- lock
- metrics
- rate-limit
- retry
- serialize
- timeout
- trace
- validate-args