1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00
Files
browser/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;