jmcdo29 / nest-lab

A repository to hold "experimental" packages for Nest. Honestly, I'm just tired of not having a good scope to put packages under :smile_cat:
86 stars 6 forks source link

Create `@nest-lab/deepkit` for `@deepkit/type` integration with the ValidatiojnPipe and CLassSerializationInterceptor #6

Closed jmcdo29 closed 2 months ago

jmcdo29 commented 3 years 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.

jmcdo29 commented 2 months ago

Rather than working with deepkit directly, I've implemented typeschema which is a general validation wrapper.