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.

6 lines (5 loc) 220 B
import { ConfigurationProvider } from "./config-provider.abstract"; export declare class CommandlineConfigurationProvider extends ConfigurationProvider { constructor(); loadConfigObject(): Record<string, any>; }