UNPKG

@nestjs/terminus

Version:

Terminus integration provides readiness/liveness health checks for NestJS.

5 lines (4 loc) 169 B
export * from './health-check.service'; export * from './health-check.decorator'; export * from './health-check-result.interface'; export * from './health-check.error';