Skip to main content
Module

x/valibot/mod.ts>dateAsync

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

Creates an async date schema.

Parameters

optional
pipe: PipeAsync<Date>

A validation and transformation pipe.

Returns

An async date schema.

Creates an async date schema.

Parameters

optional
message: ErrorMessage

The error message.

optional
pipe: PipeAsync<Date>

A validation and transformation pipe.

Returns

An async date schema.