UNPKG
@donmahallem/trapeze-client-desktop
Version:
latest (5.1.1)
5.1.1
An electron app to be used with trapeze endpoints
donmahallem.github.io/trapeze/
donmahallem/trapeze
@donmahallem/trapeze-client-desktop
/
dist
/
api-server
/
server-error-request-handler.d.ts
6 lines
(5 loc)
•
184 B
TypeScript
View Raw
1
2
3
4
5
6
/*! * Source https://github.com/donmahallem/trapeze */
import
{
ErrorRequestHandler
}
from
'express'
;
export
declare
const
createErrorRequestHandler
:
() =>
ErrorRequestHandler
;