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.

3 lines (2 loc) 127 B
export declare const BIND_OPTION_METADATA: unique symbol; export declare function BindOption(section: string): ClassDecorator;