Module

x/zod/index.ts>ZodSchema#transform

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
method ZodSchema.prototype.transform
import { ZodSchema } from "https://dotland.deno.dev/x/zod@v3.21.2/index.ts";

Parameters

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

Returns

ZodEffects<this, NewOut>