UNPKG

@compas/server

Version:

Koa server and common middleware

5 lines (4 loc) 140 B
/** * Middleware that sets a 404 and throws a NotFoundError */ export function notFoundHandler(): (ctx: any, next: any) => Promise<void>;