1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-06 05:28:51 +02:00
bitwarden-browser/src/global.d.ts
2018-06-04 23:10:41 -04:00

4 lines
116 B
TypeScript

declare function escape(s: string): string;
declare function unescape(s: string): string;
declare var require: any;