mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
service implementations
This commit is contained in:
3
src/global.d.ts
vendored
Normal file
3
src/global.d.ts
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
declare function require(s: string): any;
|
||||
declare function escape(s: string): string;
|
||||
declare function unescape(s: string): string;
|
||||
Reference in New Issue
Block a user