1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-23 19:53:47 +00:00

update to angular 7

This commit is contained in:
Kyle Spearrin
2019-01-25 15:23:09 -05:00
parent 35f9b5ed17
commit be40ee3100
7 changed files with 1234 additions and 1526 deletions

1
src/global.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';