UNPKG

@nextnode/config-manager

Version:

A TypeScript configuration management library with automatic type generation from JSON config files. Provides environment-aware configuration loading with intelligent type inference.

7 lines 209 B
/** * @nextnode/config-manager * Configuration management library with automatic type generation */ // Export everything from the lib module export * from './lib/index.js'; //# sourceMappingURL=index.js.map