Module

x/zod/mod.ts>ZodString#time

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

Parameters

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