UNPKG

@amirmarmul/waba-common

Version:

![GitHub release](https://img.shields.io/github/v/release/amirmarmul/waba-common?style=flat-square)

15 lines (14 loc) 362 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HealthIndicator = void 0; class HealthIndicator { getStatus(key, isHealthy, data) { return { [key]: { status: isHealthy ? 'up' : 'down', ...data } }; } } exports.HealthIndicator = HealthIndicator;