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