UNPKG
cui-server
Version:
latest (0.6.3)
0.6.3
0.6.2
0.6.1
0.6.0
0.5.2
0.4.3
0.4.2
0.4.1
0.4.0
0.3.6
0.3.3
0.3.0
0.2.3
0.2.2
0.2.0
Web UI Agent Platform based on Claude Code
github.com/bmpixel/cui
bmpixel/cui
cui-server
/
dist
/
middleware
/
error-handler.d.ts
4 lines
•
272 B
TypeScript
View Raw
1
2
3
4
import
{
Response
,
NextFunction
}
from
'express'
;
import
{
RequestWithRequestId
}
from
'../types/express.js'
;
export
declare
function
errorHandler
(
err:
Error
, req: RequestWithRequestId, res: Response, _next: NextFunction
):
void
;
//# sourceMappingURL=error-handler.d.ts.map