@snow-tzu/type-config
Version:
Core configuration management system with Spring Boot-like features
10 lines • 362 B
TypeScript
export * from './decorators';
export * from './sources';
export * from './config-manager';
export * from './container';
export * from './builder';
export * from './placeholder-resolver';
export * from './map-binder';
export type { ConfigManagerOptions, } from './config-manager';
export type { ConfigSource } from './sources';
//# sourceMappingURL=index.d.ts.map