Skip to main content
Module

x/zod/types.ts>Mod

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
type alias Mod
import { type Mod } from "https://deno.land/x/zod@v3.2/types.ts";
definition: { type: "transform"; transform: (arg: T) => any; }