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

convert lock service to ts

This commit is contained in:
Kyle Spearrin
2017-11-07 08:24:10 -05:00
parent e5fec1fc9a
commit 5a905bb4c1
5 changed files with 92 additions and 153 deletions

1
src/background.d.ts vendored
View File

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