Skip to main content
Module

x/zod/external.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.22.4/external.ts";
definition: RefinementEffect<T> | TransformEffect<T> | PreprocessEffect<T>