youtubei.js / Generator / isMiscType
Function: isMiscType()
isMiscType(
key
,value
):MiscInferenceType
|false
Check if the given value is a misc type.
Parameters
• key: string
The key of the value
• value: unknown
The value to check
Returns
MiscInferenceType
| false
If it is a misc type, return the InferenceType. Otherwise, return false.