Installation
Learn how to install and configure the Decoval library in your project.
Requirements
- Node.js 14.x or higher
- TypeScript 4.5 or higher
experimentalDecorators
andemitDecoratorMetadata
enabled in your tsconfig.json
How to Install
Install the Decoval package using:
After installing the validation-box, varicate the package.json and confirm the installation of the library.
Introduction
Decoval is a modern approach to data validation in TypeScript based on the use of decorators. The term derives from the combination of Decorators and Validation, reflecting the main philosophy of the library to make data validation more declarative, expressive and decoupled from business logic.
Contributing
Learn how to contribute to the development of the Decoval library.