1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-11-16 10:35:31 +01: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;