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.
13 lines (12 loc) • 417 B
TypeScript
export * from './interfaces';
export * from './implements';
export * from './config-common';
export * from './config-providers';
export * from './simple-config.module';
export * from './simple-config.service';
export * from './simple-config.const';
export * from './config-builder';
export * from './exceptions';
export * from './decorators';
export * from './types/options';
export * from './config-options.module';