typebox-validators
typebox-validators copied to clipboard
TypeBox validators with lazy compilation, custom error messages, safe error handling, discriminated and heterogeneous unions
I attempted to copy-paste the text from the README for a compiling validator and received a very confusing error that the module is not exported. Careful analysis found that the...
When running `npm install typebox-validators`, npm tells me that it cannot resolve dependency `@sinclair/typebox`, as my project uses `@sinclair/typebox@"0.32.13"` and this requires `@sinclair/typebox@"^0.30.4"`.
Hey, I would like to use this library with Elysia, but Elysia uses the "error" property for [custom error messages](https://elysiajs.com/patterns/error-handling.html#custom-error-message), instead of "errorMessage". It would be nice if I could...