Skip to content

Commit

Permalink
docs: add h3-zod utils to readme (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano authored Nov 2, 2022
1 parent 087de86 commit c5fb53d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ More composable utilities can be found in community packages.
- `validateBody(event, schema)` from [h3-typebox](https://github.com/kevinmarrec/h3-typebox)
- `validateQuery(event, schema)` from [h3-typebox](https://github.com/kevinmarrec/h3-typebox)
- `useValidatedBody(event, schema)` from [h3-zod](https://github.com/wobsoriano/h3-zod)
- `useValidatedQuery(event, schema)` from [h3-zod](https://github.com/wobsoriano/h3-zod)
## License
Expand Down

0 comments on commit c5fb53d

Please sign in to comment.