@loopback/health
Version:
An extension exposes health check related endpoints with LoopBack 4
17 lines • 696 B
JavaScript
;
// 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
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
/**
* A component to report health status using
* {@link https://github.com/CloudNativeJS/cloud-health | @cloudnative/health }.
*
* @packageDocumentation
*/
tslib_1.__exportStar(require("./health.component"), exports);
tslib_1.__exportStar(require("./keys"), exports);
tslib_1.__exportStar(require("./types"), exports);
//# sourceMappingURL=index.js.map