UNPKG
error-list
Version:
latest (0.1.3)
0.1.3
0.1.1
0.1.0
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
Error list
github.com/vruden/node-errors
vruden/node-errors
error-list
/
lib
/
error-handler.d.ts
2 lines
(1 loc)
•
111 B
TypeScript
View Raw
1
2
export
declare
const
errorHandler
:
(
debugMode
?:
boolean
) =>
(
err
:
any
,
req
:
any
,
res
:
any
,
next
:
any
) =>
void
;