mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
[TypeScript] Convert background entry script to TypeScript (#419)
* Convert background entry file to typescript. Remove global forge & tldjs variables. * Minor cleanup.
This commit is contained in:
committed by
Kyle Spearrin
parent
97b509e1f6
commit
81fcfb4f6f
5
src/globals.d.ts
vendored
Normal file
5
src/globals.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
declare function require(s: string): any;
|
||||
declare function escape(s: string): string;
|
||||
declare function unescape(s: string): string;
|
||||
declare var opr: any;
|
||||
declare var chrome: any;
|
||||
Reference in New Issue
Block a user