Creates a function that checks if any of the predicates return truthy when invoked with the arguments provided to the created function.
Rest
The predicates to check.
Returns the new function.
Creates a function that checks if any of the predicates return truthy when invoked with the arguments provided to the created function.