Skip to main content
Module

x/valibot/mod.ts>date

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

Creates a date schema.

Parameters

optional
pipe: Pipe<Date>

A validation and transformation pipe.

Returns

A date schema.

Creates a date schema.

Parameters

optional
error: string

The error message.

optional
pipe: Pipe<Date>

A validation and transformation pipe.

Returns

A date schema.