Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/cav/test/deps.ts>zod.z.ZodNumber#setLimit

A server framework for Deno
Go to Latest
method zod.z.ZodNumber.prototype.setLimit
import { zod } from "https://deno.land/x/cav@0.2.0-alpha.7/test/deps.ts";
const { ZodNumber } = zod.z;

Parameters

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