UNPKG

@loopback/health

Version:

An extension exposes health check related endpoints with LoopBack 4

16 lines (13 loc) 476 B
// Copyright IBM Corp. and LoopBack contributors 2019,2020. All Rights Reserved. // Node module: @loopback/health // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT /** * 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';