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.

10 lines (9 loc) 207 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Options = void 0; class Options { constructor(value) { this.value = value; } } exports.Options = Options;