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 8 months ago

pettelau commented 8 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 2 months ago

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