diff --git a/index.js b/index.js index 9106e64..c2a9a77 100644 --- a/index.js +++ b/index.js @@ -124,6 +124,9 @@ function parse (string) { /** * Object to represent user credentials. + * + * @param {string} name + * @param {string} pass * @private */