UNPKG

@nestjs/terminus

Version:

Terminus integration provides readiness/liveness health checks for NestJS.

5 lines (4 loc) 184 B
import { type ErrorLogger } from './error-logger.interface'; export declare class JsonErrorLogger implements ErrorLogger { getErrorMessage(message: string, causes: any): string; }