mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-07-03 09:35:05 +00:00
refactor: migrate parsers to TS (#133)
* dev: finish top-level parsers TS migration
* dev: migrate menu renderers to TS
* chore: fix ts errors
* dev: finish ts migration 🎉
This commit is contained in:
@@ -5,7 +5,7 @@ YouTube.js has full support for comments, including comment actions such as liki
|
||||
Get a [`Comments`](../../lib/parser/youtube/Comments.js) instance:
|
||||
|
||||
```js
|
||||
const comments = await session.getComments(VIDEO_ID);
|
||||
const comments = await yt.getComments(VIDEO_ID);
|
||||
```
|
||||
|
||||
## API
|
||||
|
||||
Reference in New Issue
Block a user