Skip to main content
Module

x/zod/external.ts>ZodBigIntCheck

TypeScript-first schema validation with static type inference
Extremely Popular
Latest
type alias ZodBigIntCheck
import { type ZodBigIntCheck } from "https://deno.land/x/zod@v3.23.6/external.ts";
definition: { kind: "min"; value: bigint; inclusive: boolean; message?: string; } | { kind: "max"; value: bigint; inclusive: boolean; message?: string; } | { kind: "multipleOf"; value: bigint; message?: string; }