UNPKG

nodejs-health-checker

Version:

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

4 lines 419 B
export { HealthcheckerSimpleCheck, HealthcheckerDetailedCheck, } from "./healthchecker/healthchecker.js"; export type { ApplicationConfig, ApplicationHealthDetailed, ApplicationHealthSimple, Auth, Aws, HTTPChecker, HTTPHeader, Integration, IntegrationConfig, } from "./interfaces/types.js"; export { HealthTypes, HealthIntegration, Dialects, Defaults, } from "./interfaces/types.js"; //# sourceMappingURL=index.d.ts.map