UNPKG

manifest

Version:

The backend for AI code editors

7 lines (6 loc) 186 B
import { ConfigService } from '@nestjs/config'; export declare class LoggerService { private configService; constructor(configService: ConfigService); initMessage(): void; }