youtubei.js / Generator / isArrayType
Function: isArrayType()
isArrayType(
value
):false
|ArrayInferenceType
Checks if the given value is an array
Parameters
• value: unknown
The value to check
Returns
false
| ArrayInferenceType
If it is an array, return the InferenceType. Otherwise, return false.