UNPKG

fork-ts-checker-webpack-plugin

Version:
7 lines (6 loc) 201 B
declare class RpcRemoteError extends Error { readonly stack?: string | undefined; constructor(message: string, stack?: string | undefined); toString(): string; } export { RpcRemoteError };