Skip to main content
Version: v0.18.0

ArrayIsEmpty

Alias:ArrayIsEmpty, IsArrayEmpty, IsEmpty

Output:Boolean

Checks if an array is empty.

ParameterTypeRequiredPositionSummary
Arrayarray<T>✔1The array to check for emptiness.