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:
3
src/background.d.ts
vendored
Normal file
3
src/background.d.ts
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
declare function escape(s: string): string;
|
||||
declare function unescape(s: string): string;
|
||||
declare var forge: any;
|
||||
Reference in New Issue
Block a user