UNPKG

@compas/server

Version:

Koa server and common middleware

11 lines (10 loc) 247 B
/** * Handle any upstream errors * * @param {import("../app").ErrorHandlerOptions} opts * @returns {Middleware} */ export function errorHandler( opts: import("../app").ErrorHandlerOptions, ): Middleware; //# sourceMappingURL=error.d.ts.map