import { notValue } from "https://deno.land/x/valibot@v0.28.1/src/validations/notValue/index.ts";
Creates a pipeline validation action that validates the value of a string or number.
Parameters
requirement: TRequirement
The value.
optional
message: ErrorMessageThe error message.
Returns
A validation action.