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

stub out angular app with webpack 4

This commit is contained in:
Kyle Spearrin
2018-06-04 23:10:41 -04:00
parent 425029783b
commit bf796fe80c
16 changed files with 8486 additions and 7132 deletions

3
src/global.d.ts vendored Normal file
View File

@@ -0,0 +1,3 @@
declare function escape(s: string): string;
declare function unescape(s: string): string;
declare var require: any;