1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 05:00:10 +00:00
Files
browser/src/globals.d.ts
2022-02-24 18:14:04 +01:00

5 lines
137 B
TypeScript

declare function escape(s: string): string;
declare function unescape(s: string): string;
declare let opr: any;
declare let safari: any;