import { notValue } from "https://deno.land/x/valibot@v0.24.0/src/validations/notValue/notValue.ts";
Creates a validation function that validates the value of a string or number.
Parameters
requirement: TRequirement
The value.
optional
message: ErrorMessage = [UNSUPPORTED]The error message.
Returns
A validation function.