1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-19 02:51:14 +02:00
bitwarden-browser/src/globals.d.ts

5 lines
137 B
TypeScript
Raw Normal View History

2017-11-02 04:36:29 +01:00
declare function escape(s: string): string;
declare function unescape(s: string): string;
2017-11-07 14:24:10 +01:00
declare var opr: any;
2018-01-12 05:04:47 +01:00
declare var safari: any;