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

youtubei.js / Utils / ASTLookupArgs

Type Alias: ASTLookupArgs

ASTLookupArgs: object

Type declaration

ast?

optional ast: ReturnType<typeof Jinter.parseScript>

The abstract syntax tree of the source code.

includes?

optional includes: string

A string that must be included in the function's code for it to be considered.

name?

optional name: string

The name of the function.

regexp?

optional regexp: RegExp

A regular expression that the function's code must match.

Defined in

src/utils/Utils.ts:268

Edit this page
Last Updated: 7/22/25, 7:42 PM
Contributors: Luan