An array of validator functions.
Optional
name: stringThe name of the validator function. If not provided, the name will be derived from the validator functions.
TypeError - if no name is provided and not all validators are named functions.
Generated using TypeDoc
Creates a validator function that checks whether the input is an array where all elements are valid according to every validator provided.