mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
[basic-auth] removed redundant JSDoc
This commit is contained in:
4
types/basic-auth/index.d.ts
vendored
4
types/basic-auth/index.d.ts
vendored
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user