1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

update angular and electron

This commit is contained in:
Kyle Spearrin
2019-01-21 23:38:16 -05:00
parent 5c7a911b2e
commit 39b2ba1548
3 changed files with 140 additions and 111 deletions

1
src/globals.d.ts vendored
View File

@@ -1,2 +1,3 @@
declare function escape(s: string): string;
declare function unescape(s: string): string;
declare module 'duo_web_sdk';