Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: simplify undefined or empty checks in Zod preprocessors
- Introduced a helper function `isUndefinedOrEmpty` to streamline checks for undefined or empty values. - Updated `envNumber` and `envBoolean` methods to use the new helper function for improved readability.
- Loading branch information