mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-13 09:32:12 +00:00
726 B
726 B
youtubei.js / Generator / introspect
Function: introspect()
introspect(
classdata):object
Defined in: src/parser/generator.ts:376
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][]