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) 118 B
export declare abstract class ConfigurationProvider { abstract loadConfigObject(): any; toString(): string; }