Skip to main content
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://deno.land/x/zod@v3.23.6/mod.ts";
const { datetimeRegex } = z;

Parameters

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