Skip to main content
Module

x/zod/mod.ts>ZodBigInt#setLimit

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
method ZodBigInt.prototype.setLimit
import { ZodBigInt } from "https://deno.land/x/zod@v3.21.4/mod.ts";

Parameters

kind: "min" | "max"
value: bigint
inclusive: boolean
optional
message: string