Skip to main content
Version: v0.19.0-alpha 🚧

ArrayIsEmpty

Alias:ArrayIsEmpty, IsArrayEmpty, IsEmpty

Output:Boolean

Checks if an array is empty.

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