youtubei.js / Utils / FindFunctionArgs
Type Alias: FindFunctionArgs
FindFunctionArgs:
object
Type declaration
includes?
optionalincludes:string
A string that must be included in the function's code for it to be considered.
name?
optionalname:string
The name of the function.
regexp?
optionalregexp:RegExp
A regular expression that the function's code must match.