import { type DateSchemaAsync } from "https://deno.land/x/valibot@v0.8.0/src/index.ts";
Date schema async type.
Type Parameters
optional
TOutput = Datedefinition: BaseSchemaAsync<Date, TOutput> & { schema: "date"; }
import { type DateSchemaAsync } from "https://deno.land/x/valibot@v0.8.0/src/index.ts";
Date schema async type.