UNPKG

node-simple-ipc

Version:

A Node.Js module for local Inter Process Communication

6 lines (5 loc) 198 B
import type { SerializedError } from '../types'; export declare class RemoteError extends Error { remoteError: SerializedError; constructor(message: string, remoteError: SerializedError); }