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) 86 B
export declare class Options<T> { readonly value: T; constructor(value: T); }