1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

es5 support

This commit is contained in:
Kyle Spearrin
2018-06-05 09:34:08 -04:00
parent 29d0803a5c
commit 82c5a53f5d
4 changed files with 10 additions and 4 deletions

2
src/global.d.ts vendored
View File

@@ -1,4 +1,2 @@
declare function escape(s: string): string;
declare function unescape(s: string): string;
declare var require: any;
declare var process: any;