UNPKG

@loopback/health

Version:

An extension exposes health check related endpoints with LoopBack 4

10 lines (9 loc) 247 B
/** * A component to report health status using * {@link https://github.com/CloudNativeJS/cloud-health | @cloudnative/health }. * * @packageDocumentation */ export * from './health.component'; export * from './keys'; export * from './types';