YouTube.js
Guide
Discord
❤️ Sponsor
GitHub
Guide
Discord
❤️ Sponsor
GitHub

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.

Defined in

src/utils/javascript/JsExtractor.ts:46

Edit this page
Last Updated: 10/12/25, 12:19 PM