UNPKG

@nestjs/terminus

Version:

Terminus integration provides readiness/liveness health checks for NestJS.

9 lines 302 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CHECK_DISK_SPACE_LIB = void 0; /** * The inject token for the third party `check-disk-space` library * @internal */ exports.CHECK_DISK_SPACE_LIB = 'CheckDiskSpaceLib'; //# sourceMappingURL=terminus.constants.js.map