mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-27 17:27:32 +08:00
let instead of var
This commit is contained in:
parent
4ed3bef8da
commit
bb918ce3d1
1 changed files with 1 additions and 1 deletions
2
frontend/src/js/modules.d.ts
vendored
2
frontend/src/js/modules.d.ts
vendored
|
|
@ -1 +1 @@
|
|||
declare var firebase: any;
|
||||
declare let firebase: any;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue