zod
Installation
SKILL.md
Zod
TypeScript-first schema validation with static type inference.
Quick Start
Install:
npm install zod
Basic usage:
import { z } from 'zod';
TypeScript-first schema validation with static type inference.
Install:
npm install zod
Basic usage:
import { z } from 'zod';