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