1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-03-02 03:41:09 +01:00
bitwarden-browser/apps/web/src/global.d.ts

3 lines
90 B
TypeScript

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