import { excludes } from "https://deno.land/x/valibot@v0.30.0/mod.ts";
Creates a pipeline validation action that validates the content of a string or array.
Parameters
requirement: TRequirement
The content to be excluded.
optional
message: ErrorMessageThe error message.
Returns
A validation action.