1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 02:03:39 +00:00

migrate crypto service to ts

This commit is contained in:
Kyle Spearrin
2017-11-01 23:36:29 -04:00
parent 53824a02a2
commit e415a659ad
5 changed files with 678 additions and 836 deletions

3
src/background.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 forge: any;