UNPKG

@compas/server

Version:

Koa server and common middleware

6 lines (5 loc) 163 B
/** * Middleware that immediately returns on ANY /_health */ export function healthHandler(): (ctx: any, next: any) => any; //# sourceMappingURL=health.d.ts.map