typebox-validators icon indicating copy to clipboard operation
typebox-validators copied to clipboard

TypeBox validators with lazy compilation, custom error messages, safe error handling, discriminated and heterogeneous unions

Results 3 typebox-validators issues
Sort by recently updated
recently updated
newest added

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...