Skip to content

Commit

Permalink
style: avoid using var
Browse files Browse the repository at this point in the history
  • Loading branch information
rauno56 committed Apr 29, 2021
1 parent f29f620 commit 0379eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Expand Up @@ -199,4 +199,4 @@ declare namespace Router {

}

declare var Router: Router.RouterConstructor;
declare const Router: Router.RouterConstructor;

0 comments on commit 0379eb9

Please sign in to comment.