Skip to main content
Module

x/zod/external.ts>ZodBigIntCheck

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
type alias ZodBigIntCheck
import { type ZodBigIntCheck } from "https://deno.land/x/zod@v3.21.4/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; }