Summary
Checks if the input is an array.
Description
Returns a boolean that indicates if the input element is an array.
Route
No Northbound API Available
Roles
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
arr | array | yes | The input to check |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
isAnArray | boolean | A boolean indicating whether the input is an array or not. |