// 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';
