UNPKG

@nodeswork/kiws

Version:

Koa-based Injectable Web Service

10 lines (9 loc) 286 B
export declare const SERVICE_STATS_PROVIDER = "SERVICE_STATS_PROVIDER"; export interface ServiceStats { stats(): any; } export declare class ServiceStatsHandler { private serviceStatsProviders; constructor(serviceStatsProviders: ServiceStats[]); stats(): Promise<{}>; }