UNPKG

next

Version:

The React Framework

9 lines (8 loc) 275 B
export declare const deserializeErr: (serializedErr: any) => any; export declare function invokeIpcMethod({ hostname, method, args, ipcPort, ipcKey, }: { hostname?: string; method: string; args: any[]; ipcPort?: string; ipcKey?: string; }): Promise<any>;