1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-06-27 10:44:47 +02:00
bitwarden-desktop/src/global.d.ts
2018-04-06 12:25:22 -04:00

3 lines
90 B
TypeScript

declare function escape(s: string): string;
declare function unescape(s: string): string;