/** * Error handling middleware * * Provides unified error boundaries for HTTP and CLI boundaries. */ export { errorToRFC9457Response, httpErrorBoundary, wrapHandlerWithErrorBoundary, } from "./http-error-boundary.js"; export { cliErrorBoundary, cliErrorBoundarySync, formatCLIError } from "./cli-error-boundary.js"; export { wrapUnknownError, wrapWithContext } from "./wrap-unknown.js"; //# sourceMappingURL=index.d.ts.map