Module

x/zod/types.ts>ZodString#datetime

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
method ZodString.prototype.datetime
import { ZodString } from "https://dotland.deno.dev/x/zod@v3.22.4/types.ts";

Parameters

optional
options: string | { message?: string | undefined; precision?: number | null; offset?: boolean; }