UNPKG

@specs-feup/lara

Version:

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

6 lines 247 B
// eslint-disable-next-line @typescript-eslint/no-explicit-any export function isJavaError(obj) { // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access return obj.cause != undefined; } //# sourceMappingURL=JavaError.js.map