Skip to content

Commit b865062

Browse files
update readme.md with zod-csv library (#4021)
I have added my library, which I am using to validate CSV against the Zod schema. Amazing library btw. Thanks a lot
1 parent 220aeda commit b865062

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,7 @@ There are a growing number of tools that are built atop or support Zod natively!
609609
- [`zod-config`](https://github.com/alexmarqs/zod-config): Load configurations across multiple sources with flexible adapters, ensuring type safety with Zod.
610610
- [`unplugin-environment`](https://github.com/r17x/js/tree/main/packages/unplugin-environment#readme): A plugin for loading enviroment variables safely with schema validation, simple with virtual module, type-safe with intellisense, and better DX 🔥 🚀 👷. Powered by Zod.
611611
- [`zod-struct`](https://codeberg.org/reesericci/zod-struct): Create runtime-checked structs with Zod.
612+
- [`zod-csv`](https://github.com/bartoszgolebiowski/zod-csv): Validation helpers for zod for parsing CSV data.
612613

613614
#### Utilities for Zod
614615

0 commit comments

Comments
 (0)