UNPKG

@tristeroresearch/mach-sdk

Version:

A TypeScript SDK for integrating with Mach's API.

6 lines 183 B
/** * @module rootCause * @description Get the root cause of an error */ export declare const getRootCause: (e: Error | undefined) => Error; //# sourceMappingURL=rootCause.d.ts.map