Skip to main content
Module

x/netzo/deps/zod/mod.ts>z.ZodSchema#transform

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
method z.ZodSchema.prototype.transform
import { z } from "https://deno.land/x/netzo@0.4.40/deps/zod/mod.ts";
const { ZodSchema } = z;

Parameters

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