@nestjs/terminus
Version:
Terminus integration provides readiness/liveness health checks for NestJS.
14 lines (13 loc) • 515 B
TypeScript
export * from './health-indicator-result.interface';
export * from './health-indicator';
/** Health Indicators */
export * from './http/http.health';
export * from './database/mongoose.health';
export * from './database/typeorm.health';
export * from './database/mikro-orm.health';
export * from './database/sequelize.health';
export * from './database/prisma.health';
export * from './microservice/microservice.health';
export * from './microservice/grpc.health';
export * from './disk';
export * from './memory';