UNPKG

jumbo-core

Version:

Modern lightweight fast enterprise level MVW framework for Node.js

6 lines (5 loc) 136 B
export declare class Exception { message: string; stack?: string; constructor(message: string, withStack?: boolean); }