youtubei.js / Generator / introspect
Function: introspect()
introspect(
classdata
):object
Introspect an example of a class in order to determine its key info and dependencies
Parameters
• classdata: unknown
The example of the class
Returns
object
The key info and any unimplemented dependencies
key_info
key_info: readonly [
string
,InferenceType
][]
unimplemented_dependencies
unimplemented_dependencies: [
string
,any
][]