Fix remaining lint errors (#19166)

This commit is contained in:
Andy
2017-08-20 15:37:53 -07:00
committed by GitHub
parent 83230ae14e
commit 924fafffc0
861 changed files with 2641 additions and 2198 deletions
+1 -1
View File
@@ -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;