import { z } from "https://deno.land/x/pup@1.0.0-alpha-7/deps.ts";
const { Schema } = 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-7/deps.ts";
const { Schema } = z;