method z.ZodBigInt.prototype.setLimitimport { z } from "https://dotland.deno.dev/x/zod@v3.23.7/mod.ts"; const { ZodBigInt } = z; setLimit(kind: "min" | "max",value: bigint,inclusive: boolean,message?: string,)Parameterskind: "min" | "max"value: bigintinclusive: booleanoptionalmessage: string