/** * Errors User Friendly * * @module errors/user-friendly */ export { ERROR_SOLUTIONS, type ErrorSolution } from "./error-catalog.js"; export { formatErrorBox, formatUserError } from "./error-formatter.js"; export { identifyError } from "./error-identifier.js"; export { wrapErrorHandler } from "./error-wrapper.js"; //# sourceMappingURL=index.d.ts.map