mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-17 03:22:15 +00:00
* chore: generate API ref using `typedoc` * chore: declutter readme and add links to ytjs.dev * chore: clean up
512 B
512 B
youtubei.js / Generator / isRenderer
Function: isRenderer()
isRenderer(
value):string|false
Check if the given value is a renderer
Parameters
• value: unknown
The value to check
Returns
string | false
If it is a renderer, return the class name. Otherwise, return false.