import { z } from "https://deno.land/x/zod@v3.23.0-beta.0/index.ts";
const { ZodSchema } = z;
Parameters
transform: (arg: Output, ctx: RefinementCtx) => NewOut | Promise<NewOut>
Returns
ZodEffects<this, NewOut>
import { z } from "https://deno.land/x/zod@v3.23.0-beta.0/index.ts";
const { ZodSchema } = z;