mirror of
https://github.com/bitwarden/desktop
synced 2026-02-14 07:23:23 +00:00
7 lines
154 B
TypeScript
7 lines
154 B
TypeScript
declare function escape(s: string): string;
|
|
declare function unescape(s: string): string;
|
|
declare module 'node-ipc' {
|
|
const x: any;
|
|
export = x;
|
|
}
|