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) 221 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CONFIG_OPTIONAL = exports.CONFIG_OBJECT = void 0; exports.CONFIG_OBJECT = 'CONFIG_OBJECT'; exports.CONFIG_OPTIONAL = 'CONFIG_OPTIONAL';