UNPKG

@bastion/tesseract

Version:

The heart and soul of the Bastion bot.

5 lines (4 loc) 222 B
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;