Module

x/zod/external.ts>Schema#transform

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

Parameters

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

Returns

ZodEffects<this, NewOut>