import { ZodSchema } from "https://dotland.deno.dev/x/zod@v3.20/types.ts";
Parameters
check: (arg: Output) => arg is RefinedOutput
optional
message: string | CustomErrorParams | ((arg: Output) => CustomErrorParams)Returns
ZodEffects<this, RefinedOutput, Input>
Parameters
optional
message: string | CustomErrorParams | ((arg: Output) => CustomErrorParams)Returns
ZodEffects<this, Output, Input>