Skip to main content
Module

x/valibot/mod.ts>IsoDateTimeValidation

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
type alias IsoDateTimeValidation
import { type IsoDateTimeValidation } from "https://deno.land/x/valibot@v0.25.0/mod.ts";

ISO date time validation type.

Type Parameters

TInput extends string
definition: BaseValidation<TInput> & { type: "iso_date_time"; requirement: RegExp; }