typed-object-validator
v1.0.7
Published
![preview](https://raw.githubusercontent.com/CodeStix/typed-object-validator/master/example/public/thumb.png)
Downloads
3
Maintainers
Readme
Typed object validator
This library allows you to define typescript types and validators at the same time. It supports almost all complex typescript types including arrays, tuples, objects... and nesting them!
Documentation
Everything is currently only documented using JSDoc, which shows up in your IDE when using this package. You can also take a look at the example.
Real documentation is on the way.