UNPKG

windows-ss

Version:

[![npm version](https://badge.fury.io/js/windows-ss.svg)](https://badge.fury.io/js/windows-ss)

11 lines (10 loc) 300 B
export declare class ClientError extends Error { constructor(message?: string); static from<T = ClientError>(obj: PlainErrorObject | Error): T; toPlainObject(): PlainErrorObject; } export interface PlainErrorObject { name: string; message: string; stack?: string; }