import { requiredAsync } from "https://deno.land/x/valibot@v0.30.0/src/index.ts";
Creates an async object schema consisting of all properties of an existing object schema set to non optional.
Type Parameters
Parameters
The affected schema.
A validation and transformation pipe.
Returns
An async object schema.
Creates an async object schema consisting of all properties of an existing object schema set to non optional.
Type Parameters
Parameters
The affected schema.
The error message.
A validation and transformation pipe.
Returns
An async object schema.
Creates an async object schema consisting of all properties of an existing object schema set to non optional.
Type Parameters
Returns
An async object schema.
Creates an async object schema consisting of all properties of an existing object schema set to non optional.
Type Parameters
Parameters
The affected schema.
The object rest.
The error message.
A validation and transformation pipe.
Returns
An async object schema.