1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

add browser typing to global def

This commit is contained in:
Kyle Spearrin
2018-08-14 21:29:32 -04:00
parent 2d6107fae1
commit 418951021f
2 changed files with 5 additions and 4 deletions

1
src/globals.d.ts vendored
View File

@@ -2,4 +2,5 @@ declare function escape(s: string): string;
declare function unescape(s: string): string;
declare var opr: any;
declare var chrome: any;
declare var browser: any;
declare var safari: any;