mirror of
https://github.com/bitwarden/web
synced 2025-12-13 06:43:31 +00:00
4 lines
116 B
TypeScript
4 lines
116 B
TypeScript
declare function escape(s: string): string;
|
|
declare function unescape(s: string): string;
|
|
declare var require: any;
|