Validations

Learn about the built-in validation library.

Epic API ships with a built-in validation library with a Zod-like API!

The reason for adding a built-in library instead of directly using an existing validation library was to provide a fully environment-integrated validator with some extra features that are not provided by other validation libraries. However, the developers still have the choice to use a validator of their choice.

See the following documentation to learn how the Oridune Validator works.

Last updated

Was this helpful?