Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
method ZodSchema.prototype.superRefine
import { ZodSchema } from "https://deno.land/x/frugal@0.9.6/dep/zod.ts";

Type Parameters

RefinedOutput extends Output

Parameters

refinement: (arg: Output, ctx: RefinementCtx) => arg is RefinedOutput

Parameters

refinement: (arg: Output, ctx: RefinementCtx) => void

Returns

ZodEffects<this, Output, Input>