import { z } from "https://deno.land/x/pup@1.0.0-alpha-20/deps.ts";
const { ZodSchema } = z;
Parameters
refinement: (arg: Output, ctx: RefinementCtx) => arg is RefinedOutput
Returns
ZodEffects<this, RefinedOutput, Input>
Parameters
refinement: (arg: Output, ctx: RefinementCtx) => void
Returns
ZodEffects<this, Output, Input>