[basic-auth] removed redundant JSDoc

This commit is contained in:
Vesa Poikajärvi
2017-05-30 18:18:18 +03:00
parent bb60981e52
commit 3e47024516

View File

@@ -17,10 +17,6 @@ declare namespace auth {
/**
* Parse basic auth to object.
*
* @param {string} string
* @return {object}
* @public
*/
function parse(authorizationHeader: string): auth.BasicAuthResult | undefined;
}