types(Events): rest events can be emitted on BaseClient (#6936)

This commit is contained in:
ckohen
2021-11-05 16:58:54 -07:00
committed by GitHub
parent dc6454104f
commit c297829d54
4 changed files with 50 additions and 14 deletions

View File

@@ -73,3 +73,9 @@ class BaseClient extends EventEmitter {
}
module.exports = BaseClient;
/**
* Emitted for general debugging information.
* @event BaseClient#debug
* @param {string} info The debug information
*/