Closed jmcdo29 closed 2 months ago
It would be nice to have an alternative to class-transformer and class-valdiator, hence the ability to use something like @deepkit/type for validation and marshalling the data from HTTP.
@deepkit/type
Rather than working with deepkit directly, I've implemented typeschema which is a general validation wrapper.
It would be nice to have an alternative to class-transformer and class-valdiator, hence the ability to use something like
@deepkit/type
for validation and marshalling the data from HTTP.