import { z } from "https://dotland.deno.dev/x/zod@v3.20/mod.ts";
const { Schema } = z;
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>