UNPKG

@nodeswork/kiws

Version:

Koa-based Injectable Web Service

7 lines (6 loc) 170 B
import { ServiceStats } from './service.stats.handler'; export declare class ServiceHealthStats implements ServiceStats { stats(): { status: string; }; }