DEV Community

Patrick
Patrick

Posted on

Elegant Typescript Data Validation With Decorators

Hi all :)

I have released a npm package to easily validate your ts objects using decorators and Joi schemas:
npm i ts-decorator-validator

I have also published an article about the rationale behind the package as well as what's happening under the hood. Here is a link:

Enjoy 😄

Top comments (0)