Module

x/zod/mod.ts>z.datetimeRegex

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
function z.datetimeRegex
import { z } from "https://dotland.deno.dev/x/zod@v3.23.0-beta.0/mod.ts";
const { datetimeRegex } = z;

Parameters

args: { precision?: number | null; offset?: boolean; local?: boolean; }