UNPKG

@nestjs/terminus

Version:

Terminus integration provides readiness/liveness health checks for NestJS.

7 lines 264 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MongoConnectionError = void 0; class MongoConnectionError extends Error { } exports.MongoConnectionError = MongoConnectionError; //# sourceMappingURL=mongo-connection.error.js.map