import { z } from "https://deno.land/x/pup@1.0.0-alpha-32/deps.ts";
const { ZodType } = z;
Parameters
transform: (arg: Output, ctx: RefinementCtx) => NewOut | Promise<NewOut>
Returns
ZodEffects<this, NewOut>
import { z } from "https://deno.land/x/pup@1.0.0-alpha-32/deps.ts";
const { ZodType } = z;