app-array

On this page:

isArray

Summary

Checks if the input is an array.

Description

Returns a boolean that indicates if the input element is an array.

Route

POST /array/isArray

Roles

admin

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.