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.
8 lines (7 loc) • 293 B
TypeScript
export * from './config-provider.abstract';
export * from './env-config-provider';
export * from './file-config-provider';
export * from './json-config-provider';
export * from './yaml-config-provider';
export * from './default-config-provider';
export * from './commandline-config-provider';