-
Notifications
You must be signed in to change notification settings - Fork 0
Home
awekrx edited this page May 21, 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.