import { ZodType } from "https://deno.land/x/zod@v3.22.4/mod.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>