A Run time validator for Typescript using Joi.
Typescript is a static language, it supports compile time validation. This project is utilizing typescript decorators to run JOI validation at run time.
- Joi version 16
- Typescript version 3 or 4
- To be added to npm.
See examples on how to run joi with and without TS decorators.