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