UNPKG

nodejs-health-checker

Version:

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

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