Skip to main content
Module

x/zod/index.ts>ZodBigIntCheck

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