import { set } from "https://deno.land/x/valibot@v0.30.0/mod.ts";
Creates a set schema.
Type Parameters
TValue extends BaseSchema
Parameters
value: TValue
The value schema.
optional
message: ErrorMessageThe error message.
import { set } from "https://deno.land/x/valibot@v0.30.0/mod.ts";
Creates a set schema.
The value schema.
The error message.