GregRos / zod-tools

Tools for working with zod schemas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

import { zodInspector }

is

About

Tools for working with zod schemas

License:MIT License


Languages

Language:TypeScript 97.2%Language:JavaScript 2.8%