Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno_books/deps.ts>z.ZodNumber#setLimit

Access OpenLibrary's API with Deno.
Go to Latest
method z.ZodNumber.prototype.setLimit
import { z } from "https://deno.land/x/deno_books@v1.2.0/deps.ts";
const { ZodNumber } = z;

Parameters

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