UNPKG

@specs-feup/lara

Version:

A js port of the popular framework for building source-to-source compilers

10 lines 311 B
export default interface JavaError { cause: { getMessage: () => string; getStackTrace: () => string[]; getMessageP: () => string; getStackTraceP: () => string[]; }; } export declare function isJavaError(obj: any): obj is JavaError; //# sourceMappingURL=JavaError.d.ts.map