Skip to main content
Module

x/zod/index.ts>ZodType#transform

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
method ZodType.prototype.transform
Re-export
import { ZodType } from "https://deno.land/x/zod@v3.20.0/index.ts";

Parameters

transform: (arg: Output, ctx: RefinementCtx) => NewOut | Promise<NewOut>

Returns

ZodEffects<this, NewOut>