Utility lightweight simple for apply data validations.
npm install @rolster/validatorsUtility lightweight simple for apply data validations.
```
npm i @rolster/validators
You must install the @rolster/types to define package data types, which are configured by adding them to the files property of the tsconfig.json file.
`json``
{
"files": ["node_modules/@rolster/types/index.d.ts"]
}
- Daniel Andrés Castillo Pedroza :rocket: