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:
3
src/global.d.ts
vendored
Normal file
3
src/global.d.ts
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
declare function escape(s: string): string;
|
||||
declare function unescape(s: string): string;
|
||||
declare var require: any;
|
||||
Reference in New Issue
Block a user