mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Fix remaining lint errors (#19166)
This commit is contained in:
Vendored
+1
-1
@@ -173,7 +173,7 @@ declare namespace ua {
|
||||
|
||||
function createFromSession(session?: Session): Visitor;
|
||||
|
||||
function middleware(tid: string, options?: ua.MiddlewareOptions): (req: any, res: any, next: (err: any) => void) => void;
|
||||
function middleware(tid: string, options?: MiddlewareOptions): (req: any, res: any, next: (err: any) => void) => void;
|
||||
}
|
||||
|
||||
declare function ua(accountID: ua.VisitorOptions | string): ua.Visitor;
|
||||
|
||||
Reference in New Issue
Block a user