Check if the given value is an Array.
value
Array
$ component install yields/isArray
isArray(arguments); // > false isArray(); // > false isArray([]); // > true
MIT