Skip to main content
Module

x/zod/index.ts>z.datetimeRegex

TypeScript-first schema validation with static type inference
Extremely Popular
Latest
function z.datetimeRegex
import { z } from "https://deno.land/x/zod@v3.23.8/index.ts";
const { datetimeRegex } = z;

Parameters

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