method Schema.prototype.transformimport { Schema } from "https://dotland.deno.dev/x/zod@v3.20/index.ts"; transform<NewOut>(transform: (arg: Output, ctx: RefinementCtx) => NewOut | Promise<NewOut>): ZodEffects<this, NewOut>Type ParametersNewOutParameterstransform: (arg: Output, ctx: RefinementCtx) => NewOut | Promise<NewOut>ReturnsZodEffects<this, NewOut>