isArray
Verifies if provided Verificable
represents an array.
Possible errors:
If provided Verificable
is not an array:
Verificable
is not an array:Examples:
Each of examples uses this import statement:
Null or undefined is not considered as an array:
String value is not considered as an array as well:
Empty array is considered a valid array.
Array of any items is a valid array:
Last updated
Was this helpful?