import { excludes } from "https://deno.land/x/valibot@v0.28.1/src/validations/excludes/excludes.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.