mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
Initial PoC for browser <-> desktop communication
This commit is contained in:
4
proxy/global.d.ts
vendored
Normal file
4
proxy/global.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
declare module 'node-ipc' {
|
||||
const x: any;
|
||||
export = x;
|
||||
}
|
||||
Reference in New Issue
Block a user