UNPKG
@bastion/tesseract
Version:
latest (5.2.5)
5.2.5
5.2.4
5.2.3
5.2.2
5.2.1
5.2.0
5.1.0
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.0.1
4.0.0
3.4.0
3.3.0
3.2.1
3.2.0
3.1.0
3.0.1
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
The heart and soul of the Bastion bot.
github.com/TheBastionBot/Tesseract
TheBastionBot/Tesseract
@bastion/tesseract
/
typings
/
server
/
middlewares
/
errors.d.ts
5 lines
(4 loc)
•
222 B
TypeScript
View Raw
1
2
3
4
5
import
{
NextFunction
,
Request
,
Response
}
from
"express"
;
import
{
HttpError
}
from
"http-errors"
;
declare
const
_default
:
(
err
:
HttpError
,
_
:
Request
,
res
:
Response
,
next
:
NextFunction
) =>
void
;
export
default
_default;