import { z } from "https://dotland.deno.dev/x/zod@v3.23.0-beta.0/index.ts";
const { Schema } = z;
Parameters
refinement: (arg: Output, ctx: RefinementCtx) => arg is RefinedOutput
Returns
ZodEffects<this, RefinedOutput, Input>
x/zod/index.ts>z.Schema#superRefine
import { z } from "https://dotland.deno.dev/x/zod@v3.23.0-beta.0/index.ts";
const { Schema } = z;