Skip to main content
Module

x/zod/types.ts>Effect

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
type alias Effect
import { type Effect } from "https://deno.land/x/zod@v3.20.3/types.ts";
definition: RefinementEffect<T> | TransformEffect<T> | PreprocessEffect<T>