Feature Request Checklist
Overview
This is actually the idea that came to my mind when I started getting acquainted with the codebase 😊 I was noticing a lot of "low level" checks such of typeof checks, empty strings checks, etc.
I'd like to propose making the validators more declarative by utilizing some popular validation library like zod or valibot. I’m fairly confident this could be done without changing the public API.
Additional Info
No response
Feature Request Checklist
Overview
This is actually the idea that came to my mind when I started getting acquainted with the codebase 😊 I was noticing a lot of "low level" checks such of
typeofchecks, empty strings checks, etc.I'd like to propose making the validators more declarative by utilizing some popular validation library like
zodorvalibot. I’m fairly confident this could be done without changing the public API.Additional Info
No response