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