import { every } from "https://deno.land/x/valibot@v0.30.0/mod.ts";
Creates a pipeline validation action that validates the items of an array.
Parameters
The validation function.
optional
message: ErrorMessageThe error message.
Returns
A validation action.