Skip to content

Commit

Permalink
Refactor JSDoc for Credentials constructor: Improve parameter docum…
Browse files Browse the repository at this point in the history
…entation

- Enhanced JSDoc by specifying types and adding descriptions for `name` and `pass` parameters.
  • Loading branch information
Ayoub-Mabrouk committed Nov 7, 2024
1 parent 7dc8621 commit 3dc896b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ function parse (string) {

/**
* Object to represent user credentials.
*
* @param {string} name
* @param {string} pass
* @private
*/

Expand Down

0 comments on commit 3dc896b

Please sign in to comment.