import { z } from "https://dotland.deno.dev/x/zod@v3.20/mod.ts";
const { Schema } = 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>