Skip to main content
Module

x/valibot/mod.ts>IsoDateValidation

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

ISO date validation type.

Type Parameters

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