youtubei.js / Types / BuildScriptResult
Interface: BuildScriptResult
Defined in: src/utils/javascript/JsExtractor.ts:42
Properties
exported
exported:
string
[]
Defined in: src/utils/javascript/JsExtractor.ts:50
An array of exported variable names.
exportedRawValues?
optional
exportedRawValues:Record
<string
,any
>
Defined in: src/utils/javascript/JsExtractor.ts:54
An object mapping exported variable names to their raw values, if exportRawValues
was enabled.
output
output:
string
Defined in: src/utils/javascript/JsExtractor.ts:46
The generated output script as a string.