mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
Disconnect active connections when closing native messaging. Fix exe path on windows (#865)
This commit is contained in:
4
src/global.d.ts
vendored
4
src/global.d.ts
vendored
@@ -1,6 +1,2 @@
|
||||
declare function escape(s: string): string;
|
||||
declare function unescape(s: string): string;
|
||||
declare module 'node-ipc' {
|
||||
const x: any;
|
||||
export = x;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user