conformist
conformist copied to clipboard
Schema definition and validation with support for decoding to bridge the gap between runtime types and static types.
Results
1
conformist issues
Sort by
recently updated
recently updated
newest added
Some values should be validated together, for example, for SMTP validation, either both a `username` and a `password` are given or neither. The situation where one is given but not...