bitwarden-desktop/proxy/global.d.ts

5 lines
64 B
TypeScript

declare module 'node-ipc' {
const x: any;
export = x;
}