README
TS Decorator Validation
This library lets you use annotations and Joi to enforce data validation.
To install:
npm i ts-decorator-validation
For more information on rationale, usage and what's happening under the hood, read:
Ensure your typescript objects are always valid using decorators.
<script type="module">
import tsDecoratorValidation from 'https://cdn.skypack.dev/ts-decorator-validation';
</script>
This library lets you use annotations and Joi to enforce data validation.
To install:
npm i ts-decorator-validation
For more information on rationale, usage and what's happening under the hood, read: