Test whether an array is empty.
Type of the array elements.
array
The array to test.
True if the array contains no element, false otherwise.
isEmpty([]);// => true Copy
isEmpty([]);// => true
Generated using TypeDoc
Test whether an array is empty.