1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-07-02 11:35:38 +02:00
bitwarden-desktop/src/global.d.ts

4 lines
119 B
TypeScript

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