UNPKG

nodejs-health-checker

Version:

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

4 lines 278 B
// Main entry point for nodejs-health-checker export { HealthcheckerSimpleCheck, HealthcheckerDetailedCheck, } from "./healthchecker/healthchecker.js"; export { HealthTypes, HealthIntegration, Dialects, Defaults, } from "./interfaces/types.js"; //# sourceMappingURL=index.js.map