1
0
mirror of https://github.com/bitwarden/desktop.git synced 2025-02-19 01:41:29 +01:00
bitwarden-desktop/proxy/global.d.ts

5 lines
64 B
TypeScript

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