mirror of
https://github.com/bitwarden/desktop
synced 2025-12-19 17:53:21 +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