method z.Schema.prototype.transformimport { z } from "https://dotland.deno.dev/x/zod@v3.20/mod.ts"; const { Schema } = z; 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>