Hi,
I'm evaluating this package for replacing Joi validations that we have.
The main thing I like in this package is that I don't need to declare the object type and schema separately (using t.InferType).
One thing that I'm missing is the ability to to ignore extraneous properties from the returned value of t.as(). So if I get invalid properties, there will be no error, and the object returned from t.as() will not include these properties