method z.ZodNumber.prototype.setLimitimport { z } from "https://deno.land/x/pup@1.0.0-alpha-20/deps.ts"; const { ZodNumber } = z; setLimit(kind: "min" | "max",value: number,inclusive: boolean,message?: string,)Parameterskind: "min" | "max"value: numberinclusive: booleanoptionalmessage: string