The value to be checked.
true if the value is an array of functions, otherwise false.
This function is an alias for:
isArrayOf<(...args: any[]) => unknown>(x, isFunction);
...but rejects empty arrays.
Use isArrayOf if empty arrays should be considered valid.
Determines whether the provided value is an array of functions.