UNPKG

@compas/server

Version:

Koa server and common middleware

6 lines (5 loc) 179 B
/** * Middleware that sets a 404 and throws a NotFoundError */ export function notFoundHandler(): (ctx: any, next: any) => Promise<void>; //# sourceMappingURL=notFound.d.ts.map