@rolster/validators
v2.0.0
Published
Utility lightweight simple for apply data validations.
Downloads
253
Readme
Rolster Validators
Utility lightweight simple for apply data validations.
Installation
npm i @rolster/validators
Configuration
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.
{
"files": ["node_modules/@rolster/types/index.d.ts"]
}
Contributing
- Daniel Andrés Castillo Pedroza :rocket: