Skip to content

Commit

Permalink
docs: add link to runtyping (#1305)
Browse files Browse the repository at this point in the history
Add a link to @runtyping/zod.
  • Loading branch information
johngeorgewright committed Aug 4, 2022
1 parent 6fe152f commit d041b76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ There are a growing number of tools that are built atop or support Zod natively!
- [`zod-xlsx`](https://github.com/sidwebworks/zod-xlsx): A xlsx based resource validator using Zod schemas.
- [`remix-domains`](https://github.com/SeasonedSoftware/remix-domains/): Improves end-to-end type safety in [Remix](https://remix.run/) by leveraging Zod to parse the framework's inputs such as FormData, URLSearchParams, etc.
- [`@zodios/core`](https://github.com/ecyrbe/zodios): A typescript API client with runtime and compile time validation backed by axios and zod.
- [`@runtyping/zod`](https://github.com/johngeorgewright/runtyping/tree/master/packages/zod): Generate zod from static types & JSON schema.

#### Form integrations

Expand Down

0 comments on commit d041b76

Please sign in to comment.