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

x/deno_books/deps.ts>z.ZodDateCheck

Access OpenLibrary's API with Deno.
Go to Latest
type alias z.ZodDateCheck
import { type z } from "https://deno.land/x/deno_books@v1.4.0/deps.ts";
const { ZodDateCheck } = z;
definition: { kind: "min"; value: number; message?: string; } | { kind: "max"; value: number; message?: string; }