1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 10:13:31 +00:00

vendors for background. clean out gulp.

This commit is contained in:
Kyle Spearrin
2017-11-08 10:22:26 -05:00
parent 1cd192a398
commit f937fca917
8 changed files with 63 additions and 126 deletions

3
src/background.d.ts vendored
View File

@@ -1,4 +1,5 @@
declare function escape(s: string): string;
declare function unescape(s: string): string;
declare var forge: any;
declare var opr: any;
declare var tldjs: any;
declare var forge: any;