mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Fix remaining lint errors (#19166)
This commit is contained in:
2
types/basic-auth/index.d.ts
vendored
2
types/basic-auth/index.d.ts
vendored
@@ -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