chore(docs): remove unneeded tags

This commit is contained in:
LuanRT
2022-06-14 15:08:37 -03:00
parent 49688a0ad6
commit 54a50d5704
2 changed files with 0 additions and 2 deletions

View File

@@ -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;

View File

@@ -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;