Zod Schema Validation

当用 TypeScript 定义表单/API 入参、环境变量或运行时数据校验时使用;做用 Zod 定义 Schema 并产出经 safeParse 校验后的类型安全数据与可序列化错误;不适用于纯静态类型标注(用 interface)或非 TS 运行时校验;触发词:zod、schema 校验、z.infer、safeParse、表单校验、环境变量校验

findscripter 39a1367 5.8 KB Updated

File contents

findscripter/everything-skills/tree/main/02-engineering/zod-schema-validation commit 39a1367ce0

Frequently asked questions

npx skillmds@latest add findscripter/zod-schema-validation