UNPKG

ts-error

Version:

An extendable Error class that actually works, with TypeScript definition files, supporting old and new style classes and compatibility even with the oldest browsers

7 lines (6 loc) 161 B
export declare class ExtendableError extends Error { public name: string; public message: string; public stack?: string; } export default ExtendableError;