1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 23:03:32 +00:00
Files
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;