UNPKG

nestjs-config-validator

Version:

Advanced configuration validator for NestJS with type-safe schema validation

6 lines (5 loc) 262 B
import { RootConfigSchema } from './types'; /** * Создает валидированную конфигурацию для NestJS с полной валидацией */ export declare const createNestJSConfiguration: (rootSchema: RootConfigSchema) => any;