Deprecated
Function has been renamed to value
.
import { equal } from "https://deno.land/x/valibot@v0.28.1/src/index.ts";
Creates a pipeline validation action that checks the value for equality.
Type Parameters
TRequirement extends TInput
Parameters
requirement: TRequirement
The required value.
optional
message: ErrorMessageThe error message.
Returns
A validation action.