zod colinhacks

TypeScript-first schema validation with static type inference

Lenguaje principal
TypeScript
Stars
43,608
Forks
2,154

Etiquetas

  • Biblioteca/SDK
  • Backend
  • TypeScript
  • Validación de esquemas

Resumen

Zod es una librería de validación de esquemas diseñada prioritariamente para TypeScript, que permite definir esquemas y analizar datos para obtener resultados fuertemente tipados y validados. Cuenta con cero dependencias externas, funciona en Node.js y navegadores, y su bundle central es de apenas …

README

<p align="center"> <img src="logo.svg" width="200px" align="center" alt="Zod logo" /> <h1 align="center">Zod</h1> <p align="center"> TypeScript-first schema validation with static type inference <br/> by <a href="https://x.com/colinhacks">@colinhacks</a> </p> </p> <br/> <p align="center"> <a href="…

查看完整页面