Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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