1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-02-17 01:31:25 +01:00
bitwarden-browser/src/global.d.ts

4 lines
119 B
TypeScript

declare function escape(s: string): string;
declare function unescape(s: string): string;
declare module 'forcefocus';