mirror of
https://github.com/bitwarden/clients.git
synced 2026-02-07 01:17:01 +08:00
3 lines
90 B
TypeScript
3 lines
90 B
TypeScript
declare function escape(s: string): string;
|
|
declare function unescape(s: string): string;
|