import { notValue } from "https://deno.land/x/valibot@v0.28.1/mod.ts";
Creates a pipeline validation action that validates the value of a string or number.
Parameters
requirement: TRequirement
The value.
Returns
NotValueValidation<TInput, TRequirement>
A validation action.