UNPKG

nest-simple-config

Version:

A powerful and flexible configuration management library for NestJS applications. Supports JSON, YAML file loading, environment variable overrides, immutable configurations, and type-safe configuration access with dependency injection.

5 lines (4 loc) 154 B
import { DynamicModule } from '@nestjs/common'; export declare class ConfigOptionsModule { static register(optionTypes: Function[]): DynamicModule; }