bartoszgolebiowski / zod-csv

The library with utils function for validating csv content
MIT License
12 stars 0 forks source link

email validation #8

Open pettelau opened 6 months ago

pettelau commented 6 months ago

Hi!

Would it be possible to extend the package to also validate if fields are valid emails?

I really appreciate your work!

MentalGear commented 1 week ago

Can't you just use zod's email() validator?