import { set } from "https://deno.land/x/valibot@v0.19.0/src/schemas/index.ts";
Creates a set schema.
Type Parameters
TSetValue extends BaseSchema
Parameters
value: TSetValue
The value schema.
optional
error: ErrorMessageThe error message.
import { set } from "https://deno.land/x/valibot@v0.19.0/src/schemas/index.ts";
Creates a set schema.
The value schema.
The error message.