Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gregros/zod-tools
Tools for working with zod schemas
https://github.com/gregros/zod-tools
Last synced: 9 days ago
JSON representation
Tools for working with zod schemas
- Host: GitHub
- URL: https://github.com/gregros/zod-tools
- Owner: GregRos
- License: mit
- Created: 2023-09-29T20:50:59.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-23T15:40:56.000Z (about 1 year ago)
- Last Synced: 2024-04-24T15:26:44.744Z (8 months ago)
- Language: TypeScript
- Size: 159 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# zod-tools
The main tool here is the Zod schema matcher. There is also the inspector, but it’s mainly used as a component of the matcher.
The matcher emulates pattern matching, something found in other languages
## Inspector
A handy wrapper around a `zod` schema node.
```typescript
import { zodInspector }
```### is