chore: add jsdoc for debug mode option

This commit is contained in:
LuanRT
2022-05-02 02:10:11 -03:00
parent 75895e5492
commit 19f7336a48

View File

@@ -34,6 +34,7 @@ class Innertube {
* @param {object} [config]
* @param {string} [config.gl]
* @param {string} [config.cookie]
* @param {boolean} [config.debug]
*
* @returns {Innertube}
* @constructor