mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-17 19:42:14 +00:00
* chore: generate API ref using `typedoc` * chore: declutter readme and add links to ytjs.dev * chore: clean up
595 B
595 B
youtubei.js / Helpers / observe
Function: observe()
observe<
T>(obj):ObservedArray<T>
Creates a trap to intercept property access and add utilities to an object.
Type Parameters
• T extends YTNode
Parameters
• obj: T[]