1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

more safari APIs

This commit is contained in:
Kyle Spearrin
2018-01-11 23:04:47 -05:00
parent 6b507c9071
commit 2b6c2bd4e2
4 changed files with 38 additions and 7 deletions

1
src/globals.d.ts vendored
View File

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