hypershield
Version:
Middleware suite for high-performance and resilient APIs
11 lines • 390 B
TypeScript
import { HyperShieldConfig } from '../types/config';
export declare class ConfigFactory {
private static instance;
private currentConfig;
private constructor();
static getInstance(): ConfigFactory;
updateConfig(config: Partial<HyperShieldConfig>): void;
getConfig(): HyperShieldConfig;
loadEnvironmentConfig(): void;
}
//# sourceMappingURL=configFactory.d.ts.map