UNPKG

@jrosadob/nestjs-sophia-framework

Version:

Franework para microservicios en NestJS

6 lines (5 loc) 154 B
export declare class ConfigService { private readonly config; constructor(config: Record<string, any>); get<T>(key: string): T | undefined; }