UNPKG

nodejs-health-checker

Version:

Simple Nodejs package to simplify applications based in Node, to trace the healthy of the pods

3 lines 210 B
import { HTTPChecker, IntegrationConfig } from "../interfaces/types"; export declare function checkDatabaseClient(config: IntegrationConfig): Promise<HTTPChecker>; //# sourceMappingURL=database-service.d.ts.map