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