mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-15 05:30:24 +00:00
Fix remaining lint errors (#19166)
This commit is contained in:
Vendored
+1
-1
@@ -19,7 +19,7 @@ declare namespace auth {
|
||||
/**
|
||||
* Parse basic auth to object.
|
||||
*/
|
||||
function parse(authorizationHeader: string): auth.BasicAuthResult | undefined;
|
||||
function parse(authorizationHeader: string): BasicAuthResult | undefined;
|
||||
}
|
||||
|
||||
export = auth;
|
||||
|
||||
Reference in New Issue
Block a user