mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 04:21:35 +00:00
chore(docs): remove unneeded tags
This commit is contained in:
@@ -10,7 +10,6 @@ class History {
|
||||
* @param {object} page - parsed data.
|
||||
* @param {import('../../core/Actions')} actions
|
||||
* @param {boolean} is_continuation
|
||||
* @function Object() { [native code] }
|
||||
*/
|
||||
constructor(page, actions, is_continuation) {
|
||||
this.#page = page;
|
||||
|
||||
@@ -17,7 +17,6 @@ class Search {
|
||||
* @param {object} args
|
||||
* @param {boolean} args.is_continuation
|
||||
* @param {boolean} args.is_filtered
|
||||
* @function Object() { [native code] }
|
||||
*/
|
||||
constructor(response, actions, args = {}) {
|
||||
this.#actions = actions;
|
||||
|
||||
Reference in New Issue
Block a user