Skip to main content
Module

x/zod/index.ts>z.Effect

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