YouTube.js
Guide
Discord
GitHub
Guide
Discord
GitHub

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][]

Defined in

src/parser/generator.ts:376

Edit this page
Last Updated:: 3/25/25, 8:08 PM
Contributors: EdamAme-x